求C# 窗体应用程序 范例
求C# 窗体应用程序 范例
日期:2011-07-28 16:43:50 人气:2
新建一个window窗体程序的工程,然后往窗体里拖一个按钮button控件,双击它,并添加代码:
MessageBox.Show("hello world!");
然后运行,就是个简单的窗体应用程序了
VS2008下代码:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using