11-06-2008 12:05 AM
I have a program that needs to run VBAI to do an inspection, but also needs to do some things either from Labview or DotNet. (Need more user interaction than available with the "User Input" step in VBAI.)
I'm wondering if there's an easy way to tile the screen or make the VBAI inspection run inside a window inside my host program? Needs to be a way where the user doesn't have to do a bunch of window manipulation.
Thanks in advance,
Mike
11-06-2008 11:10 AM
Vision Builder AI has an ActiveX control that you can use to integrate VBAI to your application. The ActiveX controls allows you to open an inspection, run it (synchronously or asynchronously), and get the result of each step.
VBAI ships with LabVIEW and Visual Basic examples, that you can find in the <Vision Builder AI>\ActiveX Support\Examples
Hope this helps,
Christophe