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