To get stuck in straight away, a very basic example:
using System; using System.Windows.Forms; class test { static void Main() { Console.W
Create a Windows Forms Application, and change the output type to Console.
It will result in both a console and the form to open.