Simple example to see how to use Visual Studio 2010 Console Project
4/1/2014
This's a simple example to build a windows enviroment's desktop apps by using Microsoft's Visual Studio 2010 tools. So, following is the easy way to write a "hello world" at the code, and when run the exe file, it'll display the work to the apps.
By coding following, you need to download trial version or purchase visual studio from Microsoft. see microsoft
On Visual Studio 2010, select Windows Form Project
Wrice code
This example write simple word "Hello world" at form's first load event. So, when run the apps, it will display the word to the textbox which already put to the page.
Run Windows Form Apps
You could build your Windows Form Apps as release version. Then, run exe file.
Verify your code is there.