lsq726 发表于 2010-5-6 23:38:15

求助。怎么读GUI中的IP?[已解决]

本帖最后由 lsq726 于 2010-5-6 23:50 编辑

#include <GUIConstants.au3>
#include <GUIConstantsEx.au3>
#include <GuiIPAddress.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("窗体1", 413, 305, 302, 218)
$IPAddress1 = _GUICtrlIpAddress_Create($Form2, 80, 40, 130, 21)
_GUICtrlIpAddress_Set($IPAddress1, "192.168.0.2")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
        $nMsg = GUIGetMsg()
        Switch $nMsg
                Case $GUI_EVENT_CLOSE
                        Exit

                Case $Form2
                Case $Form2
                Case $Form2
                Case $Form2
        EndSwitch
WEnd
以上是用KODA生成的代码。怎么能读到“192.168.0.2”?
_GUICtrlIpAddress_Get

lpxx 发表于 2010-5-7 00:47:20

这个你也好意思问。

3mile 发表于 2010-5-7 09:20:02

有set必有get。说不定还有getex。
页: [1]
查看完整版本: 求助。怎么读GUI中的IP?[已解决]