Jump to content

Help me with "ENTER"


Recommended Posts

Hi men. Hi need a simple help.

I've maked this program:

http://img386.imageshack.us/img386/2500/samplefu7.jpg

but now i want that if the user press "ENTER" the button with caption "Esegui!" will be runned.

This is the software. please help me

While 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
EndFunc

Excuse me for bad english :)

Link to comment
Share on other sites

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]

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...