Hello
Have you already tried setting the LV panel window as a child window using the
SetParent function?
So it would be something to the effect of
MainLVEmbedded(); //launch the VI embedded in a dll
hWndVI = FindWindow(0, "test.vi");//Get VI window handle
hWndCVI = FindWindow(0, "CVI Panel");//Get parent window handle
SetParent(hWndVI, hWndCVI); //Set the VI to be the child window
I hope this helps
Bilal Durrani
NI
Bilal Durrani
NI