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?
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.