Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Input box with Button = URL Starts with Firefox

$
0
0
Hey i am new in Scripting
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

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>