DeviousDude Posted August 6, 2008 Posted August 6, 2008 Hey i am new to this and i was wondering if anybody could help me with how to do button events??
Zedna Posted August 6, 2008 Posted August 6, 2008 AutoIt helpfile: AutoItSetOption() --> GUIOnEventMode GUICreate() GUICtrlCreateButton() GUICtrlSetOnEvent() Resources UDF ResourcesEx UDF AutoIt Forum Search
DeviousDude Posted August 6, 2008 Author Posted August 6, 2008 i was wondering how to get my browse buttons to open like a file browse window??Regex_Run.au3
billthecreator Posted August 6, 2008 Posted August 6, 2008 (edited) #include <GUIConstants.au3> While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Button1 $File = FileOpenDialog("Browse","","All(*.*)") EndSwitch WEnd Edited August 6, 2008 by billthecreator [font=Microsoft Sans Serif]My Scripts: From Most recent to least.[/font]Countdown GUI | QLOCK TWO | FlipClock | Slot Machine My UDF:_GenerateRandomNoRepeat | _GuiSnap
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now