"bilalD" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello > > Currently, we do not have any support for handling .NET events from > LabVIEW.
Thats a pitty, this would be a very usefull feature... > To show the UI, you would do it the same way you normally do in a C# > program. You would use the System.WIndows.Forms.Application class's > Run method, and pass it the reference generated from the constructor > of your form class. > > Just like the LV version of the following statement. > > Application.Run(new Form1()); > > where Form1 is your dialog class. I think you understood me wrong or maybe I took you wrong. What I was trying to do is embedding a .NET user control (just like an ActiveX control with UI but with .NET technology) into a LabVIEW vi's front panel so that it looks and feels pretty much the same way like a text box, combo box, or cluster control. Do you have an idea? > I hope this helps > > Bilal Durrani > NI >