歌舞程序

导航

08 2009 档案

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 歌舞程序 阅读(1383) 评论(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 歌舞程序 阅读(602) 评论(0) 推荐(0)