S
sotto
I'm trying to compile some source from within in my c# 2.0 application.
all works fine, but it always generates a windows console executable instead
of a windows gui app.
When i take a look with ildasm at the generated exe it says
..subsystem 0x0003 // WINDOWS_CUI
but i want it to be
..subsystem 0x0002 // WINDOWS_GUI
how can i tell the csharpcodeprovider to build a gui app?
all works fine, but it always generates a windows console executable instead
of a windows gui app.
When i take a look with ildasm at the generated exe it says
..subsystem 0x0003 // WINDOWS_CUI
but i want it to be
..subsystem 0x0002 // WINDOWS_GUI
how can i tell the csharpcodeprovider to build a gui app?