Hello
Currently, we do not have any support for handling .NET events from LabVIEW.
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 hope this helps
Bilal Durrani
NI
Bilal Durrani
NI