cYXob Posted June 3, 2008 Posted June 3, 2008 Hi men. Hi need a simple help.I've maked this program:http://img386.imageshack.us/img386/2500/samplefu7.jpgbut now i want that if the user press "ENTER" the button with caption "Esegui!" will be runned.This is the software. please help meWhile 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Button1 start() EndSwitch WEnd Func start() Sleep (5000) $_delay = GuiCtrlRead ($Input1) $number = GuiCtrlRead ($Input2) $text = GuiCtrlRead ($Input3) $num = "0" Do Sleep ($_delay) Send ($Text, 1) Send ("{ENTER}", 0) $num = $num + 1 Until $num = $number EndFuncExcuse me for bad english
Monamo Posted June 3, 2008 Posted June 3, 2008 but now i want that if the user press "ENTER" the button with caption "Esegui!" will be runned.When you use GUICtrlCreateButton(), use $BS_DEFPUSHBUTTON as the "style" parameter - MoChr(77)& Chr(97)& Chr(100)& Chr(101)& Chr(32)& Chr(121)& Chr(97)& Chr(32)& Chr(108)& Chr(111)& Chr(111)& Chr(107)-------I've told you 100,000 times not to exaggerate!-------Don't make me hit you with my cigarette hand...-------My scripts:Random Episode Selector, Keyboard MouseMover, CopyPath v2.1, SmartRename for XP,Window Tracer[sup]New![/sup]
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