歌舞程序

导航

2009年8月28日

C#设置IP

摘要: using System;using System.Collections;using System.Text;using System.Management;using System.Text.RegularExpressions;namespace Kingthy.Windows.IPChanger.Providers{ /// <summary> /// IPProvider 的... 阅读全文

posted @ 2009-08-28 20:52 歌舞程序 阅读(1372) 评论(0) 推荐(0) 编辑

使用C#在XP系统上获取当前使用的SSID

摘要: using System;using System.Collections.Generic;using System.Text;using System.Management;//System.Management.dllnamespace test_get_current_connect_console{ class Program { static void Main(string[] arg... 阅读全文

posted @ 2009-08-28 20:14 歌舞程序 阅读(595) 评论(0) 推荐(0) 编辑