摘要: 第二章 欢迎使用Visual Studio 1,AssemblyInfo文件 包含程序集的属性,向应用程序添加元数据 [assembly:<attribute>(<setting>)] AssemblyInfo常用属性 属性 描述 AssemblyTitle 程序集标题 AssemblyDescri 阅读全文
posted @ 2016-03-19 23:01 我是一个NLPer哦啦啦 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 初识Windows Forms 1,用C#编程 using System.Windows.Forms; [assembly: System.Reflection.AssemblyVersion("1.0")] namespace MyNamespace { public class MyForm : Form { public MyForm() ... 阅读全文
posted @ 2016-03-19 22:22 我是一个NLPer哦啦啦 阅读(2215) 评论(0) 推荐(0) 编辑
摘要: 1 对象:DOM中的“O” 阅读全文
posted @ 2016-03-19 16:52 我是一个NLPer哦啦啦 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 第三十一章 Windows窗体 创建Windows窗体应用程序 在文本编辑器中输入: /* * form.cs * a simple windows form * */ using System; using System.Windows.Forms; namespace NotepadForms { public class MyForm:System.Windows.For... 阅读全文
posted @ 2016-03-19 16:32 我是一个NLPer哦啦啦 阅读(499) 评论(0) 推荐(0) 编辑