Hi, Question about using Visual Basic with labview. How do you execute visual basic programs within labview?

2004-04-20 Thread JJ
Need help on how to execute an external program (written by VB in this case) within labview. Thanks in advance, JJ.

Re: Hi, Question about using Visual Basic with labview. How do you execute visual basic programs within labview?

2004-03-30 Thread anchovie
Whenever I've used other people's VB DLLs with LabVIEW, I've had to register the DLL using regsvr32 and then use ActiveX to access its properties and methods.