buzz44 Posted February 17, 2005 Posted February 17, 2005 i was wondering if autoit has this thingthx qq
jpm Posted February 17, 2005 Posted February 17, 2005 i was wondering if autoit has this thingthx<{POST_SNAPBACK}>Yes you have to add an slider control related to the input control
buzz44 Posted February 17, 2005 Author Posted February 17, 2005 Yes you have to add an slider control related to the input control<{POST_SNAPBACK}>i dont exaclty no how to do that lol <<noob .. lol qq
Andre Posted February 17, 2005 Posted February 17, 2005 Hi, U mean this ? #include "GUIConstants.au3" $title = "My GUI UpDown" GUICreate($title,-1,-1,-1,-1, $WS_SIZEBOX) $input = GUICtrlCreateInput ("2",10,10, 50, 20) $updown = GUICtrlCreateUpdown($input) ; Attempt to resize input control GUICtrlSetPos($input, 10,10, 100, 40 ) GUISetState () ; Run the GUI until the dialog is closed While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop Wend msgbox(0,"Updown",GUICtrlRead($input)) Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
buzz44 Posted February 17, 2005 Author Posted February 17, 2005 yes .. =) .. thx for the help andre qq
Andre Posted February 17, 2005 Posted February 17, 2005 np i just read the manual Nadre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
buzz44 Posted February 17, 2005 Author Posted February 17, 2005 yeah i looked.. but i guess i didnt see "updown" or just looked past it qq
Andre Posted February 17, 2005 Posted February 17, 2005 I searched for updown in the help and found it direct Andre What about Windows without using AutoIt ?It would be the same as driving a car without an steering Wheel!
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