01-21-2008 08:29 AM
01-21-2008 10:48 AM
01-21-2008 11:22 AM
According to my CVI 7.0 help file, the first parameter to LoadPanelEx() is a CVI panel handle, not a Windows handle. So I'm not sure this is the correct approach to get what you want.
JR
01-22-2008 03:08 AM
Hello all,
thanks for your responses.
I agree with JR_2005, the handle expected in first parameter of LoadPanelEx is the CVI panel handle but I don't have such handle because VS2003 supply only hWnd handle.
I wanted believe that CVI, based on C compiler, could accept hWnd handle.
Concerning the CVI version, It's CVI 8.1.
Find enclosed the cvirte.dll and my .uir file.
Thanks.
01-22-2008 03:09 AM
Hello all,
thanks for your responses.
I agree with JR_2005, the handle expected in first parameter of LoadPanelEx is the CVI panel handle but I don't have such handle because VS2003 supply only hWnd handle.
I wanted believe that CVI, based on C compiler, could accept hWnd handle.
Concerning the CVI version, It's CVI 8.1.
Find enclosed the cvirte.dll and my .uir file.
Thanks.
01-22-2008 03:49 AM
01-22-2008 11:29 AM