摘要:
第二章 欢迎使用Visual Studio 1,AssemblyInfo文件 包含程序集的属性,向应用程序添加元数据 [assembly:<attribute>(<setting>)] AssemblyInfo常用属性 属性 描述 AssemblyTitle 程序集标题 AssemblyDescri 阅读全文
摘要:
初识Windows Forms 1,用C#编程 using System.Windows.Forms; [assembly: System.Reflection.AssemblyVersion("1.0")] namespace MyNamespace { public class MyForm : Form { public MyForm() ... 阅读全文
摘要:
1 对象:DOM中的“O” 阅读全文
摘要:
第三十一章 Windows窗体 创建Windows窗体应用程序 在文本编辑器中输入: /* * form.cs * a simple windows form * */ using System; using System.Windows.Forms; namespace NotepadForms { public class MyForm:System.Windows.For... 阅读全文