C#-WinForm
文章平均质量分 79
crazy7
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C#获取本地连接名(内网&拨号)
using Microsoft.Win32; //1.C#获取本地内网连接名private void CreateList() ...{ RegistryKey RegKey = Registry.LocalMachine; RegKey= RegKey.OpenSubKey(@"SYSTEMControlSet001ControlNetwork{4D36E972-E325原创 2007-05-19 17:54:00 · 2298 阅读 · 0 评论 -
一个简单的控制ADSL拨号的小程序
Form1.cs:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.IO;using System.Drawing;using System.Text;using System.Windows.Forms;using System.原创 2007-05-20 21:51:00 · 1235 阅读 · 0 评论 -
The Binding Handle is Invalid in VS 2005 Resolved
tried to run one of my WinForm 2.0 solution in my home machine tonight, but a confusing error message displayed when I pressed the F5 button: "Unable to attach debugger. The binding handle is invalid"原创 2007-06-12 14:19:00 · 1167 阅读 · 0 评论
分享