如何使用C#编辑入门级Hello小程序
1、打开【程序】-【Microsoft Visual Studio 2010】,选择打开【Microsoft Visual Studio 2010】

3、在【新建项目】窗口中选择【windows窗体应用程序】,修改名称为【helloworld】,点击【确定】

5、在【工具箱】中找到【button】控件,双击加到界面上


8、在编辑框中输入MessageBox.Show("Hello World!!!");

10、生成运行文件

12、点击【确定】,再关闭小程序,第一个程序编辑结束。