01-30-2014 02:10 PM
I have created a .dll in C# and want to implement that in LabView. The backend code of the .dll works fine, but it also has a progress bar as the user interface which labview does not show it. What should I do to show the GUI of the DLL in LabView as well?
Thanks
Solved! Go to Solution.
01-30-2014 03:56 PM
Never mind! I figured it out myself! on the Panel, right click > .Net and Active X > Insert .Net Container...