(己解决)请教如何自动获取本机网卡信息
本帖最后由 hjbinshao 于 2010-6-16 10:03 编辑RT:
请教高手,如何能把网卡信息显示在框框里.谢谢!#NoTrayIcon
#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 329, 86, 315, 221)
$Label1 = GUICtrlCreateLabel("选择网卡:", 16, 32, 55, 17)
$Combo1 = GUICtrlCreateCombo("", 72, 28, 233, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
http://www.autoitx.com/forum.php?mod=viewthread&tid=5651&highlight=%CD%F8%BF%A8
_NetworkAdapterInfo 获取系统网卡详细信息 楼上推荐的好用,前段时间刚用过。
页:
[1]