LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i want to use labview controls in VB ? how do i do it

i want to use labview controls in VB ? how do i do it?
0 Kudos
Message 1 of 3
(2,563 Views)
The easiest way to do this is to create a LabVIEW DLL and call it from vb. So write a vi in labview with the front panel you want and then compile it into a dll. The only problem with this is that when vb calls the dll nothing else can happen in vb. Hope this helps.
BJD1613

Lead Test Tools Development Engineer

Philips Respironics

Certified LV Architect / Instructor
0 Kudos
Message 2 of 3
(2,563 Views)

Individual LabVIEW controls are not ActiveX controls so they can't be used in VB. You can call a LabVIEW program from VB but I don't think that's what you want. NI sells Measurement Studio for VB that has buttons, slides, graphs, etc.

0 Kudos
Message 3 of 3
(2,563 Views)