Jump to content

Recommended Posts

Posted

BlockInput () But that affects the keyboard aswell.

Posted

i dont get what a control is... heres the program

#include <GuiConstants.au3>

HotKeySet("{ENTER}", "catchguikey")

$gui = GuiCreate("xxxxx")

GuiCtrlCreateLabel("xxxxx", 0, 0)

GuiSetState()

While 1

$msg = GUIGetMsg()

If $msg = $GUI_EVENT_CLOSE Then ExitLoop

Wend

Func catchguikey()

Local $opt = Opt("WinTitleMatchMode", 4)

If @HotKeyPressed = "{ENTER}" Then

$pos = MouseGetPos()

Mouse moves

EndIf

Opt("WinTitleMatchMode", $opt)

EndFunc

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
  • Recently Browsing   0 members

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