To get stuck in straight away, a very basic example:
using System; using System.Windows.Forms; class test { static void Main() { Console.W
Perhaps this is over-simplistic...
Create a Windows Form project...
Then: Project Properties -> Application -> Output Type -> Console Application
Then can have Console and Forms running together, works for me