LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display a .NET Assembly in Labview

Now that 7.0 has been released, has anybody had success in displaying a .NET Control in Labview 7.0? I have been able to integrate .NET Dll's and Labview 7.0 but how do i make the Labview Container to display a .NET Control?
0 Kudos
Message 1 of 3
(2,606 Views)
LabVIEW 6 or 7 does not have a .net container to host the control.
Message 2 of 3
(2,606 Views)
You could always run tlbexp.exe on a managed assembly (or regasm) this will
create neccessary COM interfaces. Then host the assembly as ActiveX.

"Jeremy Braden" wrote in message
news:5065000000050000000CF50000-1042324653000@exchange.ni.com...
> LabVIEW 6 or 7 does not have a .net container to host the control.
0 Kudos
Message 3 of 3
(2,606 Views)