G
Guest
I created the .exe using CodeDom and writing a batch file which then compiled the .cs into a windows form application.
The forms application is a CARBON COPY of the standard windows form template that you get when starting a new Form App in VS.
When the .exe runs a commnd prompt/dos-like window appears alongside the form. If this is closed the form closes too and visaversa.
I'd like to hide it but I can get a handle on it becuase the only code that really runs is:
Application.Run(new myCustomForm());
// myCustomForm being the name of my form.
Can anyone help?
Jax
The forms application is a CARBON COPY of the standard windows form template that you get when starting a new Form App in VS.
When the .exe runs a commnd prompt/dos-like window appears alongside the form. If this is closed the form closes too and visaversa.
I'd like to hide it but I can get a handle on it becuase the only code that really runs is:
Application.Run(new myCustomForm());
// myCustomForm being the name of my form.
Can anyone help?
Jax