資源簡介
adsl斷開/撥號例子 含完整源碼下載,有截圖
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Timers;
using?System.Runtime.InteropServices;
using?Microsoft.Win32;
namespace?ConnectionDial
{
????public?class?Ras
????{
????????//?Fields
????????private?bool?bConnected;
????????private?ConnectionNotify?ConnectNotify;
????????private?const?int?DNLEN?=?15;
????????private?string?EntryName;
????????private?const?int?ERROR_BUFFER_TOO_SMALL?=?0x25b;
????????private?int?hrasconn;
????????public?const?int?MAX_PATH?=?260;
????????public?Timer?NotifyTimer;
????????private?const?int?PWLEN?=?0x100;
????????private?const?string?Ras_Authenticate?=?“正在驗證用戶名與密碼.“;
????????public?const?string?Ras_Connected?=?“成功連接到“;
????????public?const?string?Ras_Connecting?=?“正在連接“;
????????private?const?string
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-04-10?21:54??斷網撥號\
?????目錄???????????0??2013-04-11?03:01??斷網撥號\斷網撥號\
?????文件?????????926??2013-04-10?21:54??斷網撥號\斷網撥號.sln
?????文件????????8704??2013-04-11?02:22??斷網撥號\斷網撥號.suo
?????文件???????24404??2013-04-11?02:44??斷網撥號\斷網撥號\ADSL.cs
?????目錄???????????0??2013-04-10?21:54??斷網撥號\斷網撥號\bin\
?????目錄???????????0??2013-04-11?03:05??斷網撥號\斷網撥號\bin\Debug\
?????文件???????18432??2013-04-11?10:15??斷網撥號\斷網撥號\bin\Debug\斷網撥號.exe
?????文件???????36352??2013-04-11?10:15??斷網撥號\斷網撥號\bin\Debug\斷網撥號.pdb
?????文件???????14328??2013-04-11?10:10??斷網撥號\斷網撥號\bin\Debug\斷網撥號.vshost.exe
?????文件?????????490??2007-07-21?01:33??斷網撥號\斷網撥號\bin\Debug\斷網撥號.vshost.exe.manifest
?????文件????????1996??2013-04-11?10:15??斷網撥號\斷網撥號\Form1.cs
?????文件????????6023??2013-04-11?10:15??斷網撥號\斷網撥號\Form1.Designer.cs
?????文件????????5814??2013-04-11?10:15??斷網撥號\斷網撥號\Form1.resx
?????目錄???????????0??2013-04-10?21:54??斷網撥號\斷網撥號\obj\
?????目錄???????????0??2013-04-11?03:05??斷網撥號\斷網撥號\obj\Debug\
?????目錄???????????0??2013-04-11?02:54??斷網撥號\斷網撥號\obj\Debug\Refactor\
?????目錄???????????0??2013-04-10?21:54??斷網撥號\斷網撥號\obj\Debug\TempPE\
?????文件????????1630??2013-04-11?10:15??斷網撥號\斷網撥號\obj\Debug\斷網撥號.csproj.FileListAbsolute.txt
?????文件?????????847??2013-04-11?10:15??斷網撥號\斷網撥號\obj\Debug\斷網撥號.csproj.GenerateResource.Cache
?????文件???????18432??2013-04-11?10:15??斷網撥號\斷網撥號\obj\Debug\斷網撥號.exe
?????文件?????????180??2013-04-11?10:15??斷網撥號\斷網撥號\obj\Debug\斷網撥號.Form1.resources
?????文件???????36352??2013-04-11?10:15??斷網撥號\斷網撥號\obj\Debug\斷網撥號.pdb
?????文件?????????180??2013-04-11?10:15??斷網撥號\斷網撥號\obj\Debug\斷網撥號.Properties.Resources.resources
?????文件?????????493??2013-04-10?21:54??斷網撥號\斷網撥號\Program.cs
?????目錄???????????0??2013-04-10?21:54??斷網撥號\斷網撥號\Properties\
?????文件????????1384??2013-04-10?21:54??斷網撥號\斷網撥號\Properties\AssemblyInfo.cs
?????文件????????2874??2013-04-10?21:54??斷網撥號\斷網撥號\Properties\Resources.Designer.cs
?????文件????????5612??2013-04-10?21:54??斷網撥號\斷網撥號\Properties\Resources.resx
?????文件????????1097??2013-04-10?21:54??斷網撥號\斷網撥號\Properties\Settings.Designer.cs
?????文件?????????249??2013-04-10?21:54??斷網撥號\斷網撥號\Properties\Settings.settings
............此處省略1個文件信息
- 上一篇:C#版 QQ農場助手
- 下一篇:遠程視頻監控項目
評論
共有 條評論