LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can I call LabVIEW GUI in .NET?

I have a simple LabVIEW vi which I want to integrated the LabVIEW GUI
into my VB.NET. Is that possible? How to do that?
0 Kudos
Message 1 of 2
(2,147 Views)
Yong,
The only way to currently access a LabVIEW VI from VB.NET would be to create a DLL from the VI and then call that DLL from your VB.NET application. You can not embed the VI directly into your application.
Here is a document from the NI Developer Zone that describes both the creation process for DLL's and has links to documents that explain how to call the dlls in different development environments including VB.
Building DLLs in LabVIEW 6.x
Zvezdana S.
0 Kudos
Message 2 of 2
(2,147 Views)