I frequently start with a simple console application to try out an idea, then create a new GUI based project and copy the code in. Is there a better way? Can I convert my ex
For completeness - and for other newbs like me - you also need to add:
using System.Windows.Forms;
... to the top of Program.cs