LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Why after start my Application, there are two Windowshandle ??

After starting my Application, there are two windows-handler in the statusbar(from windows, NT or ME). When I try to close through the context the first handle. It cause an general protection failure. Any Ideas ? I dont think it is a second instance ... like calling twice the same executable.

thanks david
0 Kudos
Message 1 of 2
(2,783 Views)
Hi David,
I already get the same kind of problem than you. The second application in your Windows taskBar is not a second instance of your application but comes from the panel currently displayed. Which means that somewhere in your uir file, you must unchecked the "Has TaskBar Button". Go in your uir file, double click on your panel, click on "Other Attributes...", it should be there. This option creates a specific instance for the panel (don't ask me the utility of such an option - yet, there must be one...)
Hope this helps; good luck.
Flo.
Message 2 of 2
(2,783 Views)