LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i build a complex ActiveX-control from any vi-file.

Hi. How can i build a complex ActiveX-control from any vi-file, which contain control panel.
This ActiveX-control should be able inculcate into an ASP.NET page. This ASPX-page will be able communicate with this created control in both direction: ASPX <---> VI_ActiveX_Control. Notice! We don't need to use the based controls, which are applied by Measurement Studio. I use for developing Visual Studio 2003 .NET and for disinging ASPX-pages i use the C# language. I don't know may be i can create an assembly from VI-file for using it by C# ???
0 Kudos
Message 1 of 2
(2,409 Views)
No, you cannot create ActiveX controls from VIs. You can turn a LabVIEW executable into an Automation Server, which can be called from .NET, but this is slightly different (it can't be embedded in a page, it must be called in a seperate window).

Regards,
Ryan K.
0 Kudos
Message 2 of 2
(2,409 Views)