In the project options, you can choose if your application should be a Windows Application or a Console Application. The difference is just that a console app has a console window and a Windows app doesn't (so Console.WriteLine in a Windows app gets displayed nowhere). In both application types, you can reference System.Windows.Forms to display forms.