- 博客(4)
- 资源 (3)
- 收藏
- 关注
原创 根据IP地址获得MAC
Imports SystemImports System.DiagnosticsPublic Class MacAddress Public Function GetMac(ByVal IP As String) As String Dim str1 As String = String.Empty Try Dim str2 As Str
2006-04-21 21:22:00 6734 8
转载 How To Use a 32-Bit Application to Determine When a Shelled Process Ends
Private Type STARTUPINFO cb As Long lpReserved As String lpDesktop As String lpTitle As String dwX As Long dwY As Long dwXSize As Long dwYSize As Long dw
2006-04-21 21:09:00 1897
转载 Capture DOS screen output from a command line
This code is extremely useful if you ever need to capture output from a DOS screen/console. The simple demonstration below, shows how to capture the output from a batch file.Note, to redirect other
2006-04-21 21:08:00 4342
转载 根据计算机名获得IP,和根据IP获得主机名
Option Explicit// define constantsPrivate Const IP_SUCCESS As Long = 0Private Const SOCKET_ERROR As Long = -1Private Const MAX_WSADescription As Long = 256Private Const MAX_WSASYSStatus As Long = 128
2006-04-21 21:05:00 4074 1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人