G
Guest
I have a console application that brings up a dialog if invoked with no
command line parameters. If I double click on my application a console window
is briefly displayed before the dialog appears (I have this code in my app:
if (args.length ==0) FreeConsole() which causes the console to be closed)
Is there a way to prevent this console window from appearing in the first
place.
command line parameters. If I double click on my application a console window
is briefly displayed before the dialog appears (I have this code in my app:
if (args.length ==0) FreeConsole() which causes the console to be closed)
Is there a way to prevent this console window from appearing in the first
place.