02-21-2006 04:32 AM
Hi,
I want to create a GUI in C# (something that can't be done in LabView ).
I opened a WindowsControlLibrary project in Visual Studio, and compiled that project into a DLL file.
In labview I call the Constructor Node (in the .NET function palette) and then the functions inside the DLL file through Invoke Node.
The problem I have is that I want to create GUI with C#, so in the DLL there is a class that creates some kind of a form (basically a regular window), and I can't see that form. The VI finished and there is no error but the form never shows up on the screen.
I'm using LabView 7.1, Visual Studoi .NET 2003, winXP.
Thanks,
Shimi
02-21-2006 10:08 AM
02-22-2006 01:53 AM
This could be what I need.
Are there any examples for that? (I don't want to install LabView 8 if I don't have to...)
Thanks,
Shimi
02-22-2006 10:29 AM
02-23-2006 02:42 AM
Hi,
I meant an example with LabView 8 that shows the new features.
Anyway, I installed LabView 8 and it works. The only way I managed to work with it is by adding what I want to the LabView Front Panel and not opening a new window, but that's fine.
Thanks again,
Shimi