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