M
Massimo Gentilini
I've a command line exe that, if invoked without any parameter, show a
Windows Form interface. Problem is that when I do the Application.Run(new
Form1()); the console application remain active.
Is there a way to show a console application OR a windows application and
not both?
Ciao from Italy
Massimo
Windows Form interface. Problem is that when I do the Application.Run(new
Form1()); the console application remain active.
Is there a way to show a console application OR a windows application and
not both?
Ciao from Italy
Massimo