找回密码
 加入
搜索
查看: 1807|回复: 2

[网络通信] (己解决)请教如何自动获取本机网卡信息

[复制链接]
发表于 2010-6-14 12:56:45 | 显示全部楼层 |阅读模式
本帖最后由 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
发表于 2010-6-14 13:49:58 | 显示全部楼层
http://www.autoitx.com/forum.php ... hlight=%CD%F8%BF%A8

_NetworkAdapterInfo 获取系统网卡详细信息

评分

参与人数 1金钱 +9 收起 理由
lynfr8 + 9

查看全部评分

发表于 2010-6-14 14:03:23 | 显示全部楼层
楼上推荐的好用,前段时间刚用过。
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-6-10 23:44 , Processed in 0.081017 second(s), 28 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表