Hey i am new in Scripting
i want to make a Script that opens me a Link with the Inputbox
here is my source
hope you can help me
i want to make a Script that opens me a Link with the Inputbox
here is my source
[ autoit ]
#include #include #include #include #include #Region ### START Koda GUI section ### Form= $Form1 = GUICreate("Side Klicker", 436, 51, 305, 179) GUISetBkColor(0xFFFFFF) $Label1 = GUICtrlCreateLabel("Label1", 16, 16, 67, 20) $Link = GUICtrlCreateInput("Link", 96, 16, 273, 24) $Button1 = GUICtrlCreateButton("OK", 376, 16, 49, 25) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Link Case $Button1 $readinput = GUICtrlRead($Link) EndSwitch WEnd
hope you can help me
![:o](http://aut1.autoit-cdn.com/forum/public/style_emoticons/default/ohmy.png)