[Gtk-sharp-list] Console window

Mark Derricutt pinhead@satinism.org
Mon, 14 Apr 2003 15:20:16 +1200


Just created a simple GtkSharp app in Visual Studio (yay) which runs,
however, as well as opening the Gui windows, it opens an unsitely console
window.

I'm guessing something in project/class is telling .NET to compile my app
as a console program, is there a way to get it to run WITHOUT a console
window popping up?

Some magic attribute/flag or something?

Mark