GIS在哪里

 

2009年4月16日

C# windows forms 遍历treeview

摘要: TreeNodeCollection tc = treeView1.Nodes; GetNode(tc); public void GetNode(TreeNodeCollection tc) { foreach(TreeNode TNode in tc ) { st... 阅读全文

posted @ 2009-04-16 13:53 寻找GIS 阅读(232) 评论(0) 推荐(0) 编辑

C#winforms如何禁止同一个程序运行两次

摘要: 修改Program.cs 文件 /// summary /// 应用程序的主入口点。 /// /summary [STAThread] static void Main() { System.Diagnostics.Process _RunProcess = System.Diagnostics.Process.GetCu... 阅读全文

posted @ 2009-04-16 11:29 寻找GIS 阅读(167) 评论(0) 推荐(0) 编辑

导航