05-20-2005 01:03 PM
05-20-2005 02:29 PM
05-20-2005 02:56 PM
05-20-2005 04:28 PM
05-20-2005 04:44 PM
05-20-2005 05:47 PM
04-05-2006 03:24 AM
01-07-2008 10:46 AM
01-08-2008 01:32 PM - edited 01-08-2008 01:33 PM

Attached you will find an example that demonstrates this functionality. The example first gets the Window Handle of the Front Panel window we'd
like to make the parent window, and then accesses a class that
can hold the window handle and implement the IWin32Window Interface.
We can then use this class as the owner to the ShowDialog method, effectively making the VI Front Panel the parent of the dialog window. For more detailed information regarding the operation of this example, look at the attached Word document. 01-09-2008 05:48 AM