If $Debug_IP Then __UDF_ValidateClassName($hWnd, $tIP)
_SendMessage($hWnd, $IPM_SETADDRESS, 0, _
_WinAPI_MakeLong(BitOR(DllStructGetData($tIP, "Field4"), 0x100 * DllStructGetData($tIP, "Field3")), _
BitOR(DllStructGetData($tIP, "Field2"), 0x100 * DllStructGetData($tIP, "Field1"))))
;~ _SendMessage($hWnd, $IPM_SETADDRESS, 0, _
;~ _WinAPI_MakeLong(BitOR(DllStructGetData($tIP, "Field2"), 0x100 * DllStructGetData($tIP, "Field1")), _
;~ BitOR(DllStructGetData($tIP, "Field4"), 0x100 * DllStructGetData($tIP, "Field3"))))
EndFunc ;==>_GUICtrlIpAddress_SetEx thesnoW说完整些嘛
thesnoW☭ 2009-7-25 11:30:40
打开GuiIPAddress.au3,找到_GUICtrlIpAddress_SetEx函数
修改为:
If $Debug_IP Then __UDF_ValidateClassName($hWnd, $tIP)
_SendMessage($hWnd, $IPM_SETADDRESS, 0, _
_WinAPI_MakeLong(BitOR(DllStructGetData($tIP, "Field4"), 0x100 * DllStructGetData($tIP, "Field3")), _
BitOR(DllStructGetData($tIP, "Field2"), 0x100 * DllStructGetData($tIP, "Field1")))) 还不够完整么?晕.
我本来准备说一句话:找到_GUICtrlIpAddress_SetEx函数把里面每个段的顺序改下... 解决! thesnoW说完整些嘛
thesnoW☭ 2009-7-25 11:30:40
打开GuiIPAddress.au3,找到_GUICtrlIpAddress_SetEx函数
修改为:
If $Debug_IP Then __UDF_ValidateClassName($hWnd, $tIP)
_SendMessage($hWnd, ...
cnmini 发表于 2009-7-25 13:27 http://www.autoitx.com/images/common/back.gif
这还不完整!? 我这怎么没事呀 我这里也遇到了这个问题
页:
1
[2]