11-03-2006 03:38 AM
11-06-2006
12:32 PM
- last edited on
03-18-2025
02:20 PM
by
Content Cleaner
Hi smoken,
As far as I know there is no current way to embed a random executable that has a GUI inside a LabWindows/CVI panel. If the executable contains an ActiveX interface, you could possibly use our ActiveX wizard to generate a wrapper and call the exposed methods and retrieve/set properties of that executable. You can also embed ActiveX controls inside a panel (such as using Windows Media Player to show video). For further ActiveX support, see the What ActiveX Features Does LabWindows/CVI Support? KnowledgeBase.
To simply launch the executable from LabWindows/CVI, you could just use the LaunchExecutable or LaunchExecutableEx (depending upon CVI version) function.
If this USB device is a camera, you might want to check out the Vision Module available in LabWindows/CVI.
Hope this helps!
Best Regards,