Windows forms from CommandLine exe

  • Thread starter Thread starter Massimo Gentilini
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top