Have you ever needed to convert a console application to windows application?
Recently, I worked on an application which was created to run on console, but later decided to move to windows application. To make it a windows forms application, you only have to add new windows form to the project. VS will add all necessary references automatically.
Modify your main method like, (more…)
