摘要:
Info from :http://www.csharpwin.com/csharpspace/6253r7952.shtml本例子主要是介绍如何在 C#开发WinForm中加入一个组件,如果你想在窗体中加入任何组件,首先,你必须要初始化这个组件(见下面程序中初始化Label一样)。并且使用"Controls.Add"方法加入到窗体中,以下是程序运行的界面和源代码。 C#开发WinForm源程序:using System;using System.Windows.Forms;using System.Drawing;public class Form3 : Form{ // 阅读全文
posted @ 2014-03-04 16:51
Vincent.Dr
阅读(2290)
评论(0)
推荐(0)

浙公网安备 33010602011771号