somebody help me..
i cant created project with local ip monitor..
here my example script
#include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Form1", 321, 59, 192, 124) $Label1 = GUICtrlCreateLabel("Your IP :", 16, 16, 84, 28) GUICtrlSetFont(-1, 14, 800, 0, "MS Sans Serif") $Label2 = GUICtrlCreateLabel(@IPAddress1, 104, 16, 130, 28) GUICtrlSetFont(-1, 14, 800, 0, "MS Sans Serif") GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
My problem..
when i am disconnect modem GUI not auto set to 127.0.0.1
i am must close and run gui again for update status my network..
thanks before for help..
sorry my english speak is very bad..