Jump to content

Windows management


Recommended Posts

Hi,

I have a small problem with one script

Here you are :

HotKeySet("^{SPACE}","SendKeys")

While 1
    Sleep(10000)
WEnd

Func SendKeys()
    $ok = MsgBox(64 + 0, "Computer Name", @COMPUTERNAME)
      Switch $ok
        Case 1; OK
      EndSwitch
EndFunc

 

When you press the keys (shortcut), a windows appears with an OK button. If you press another time the shortcut when the windows is on screen, and then you clic on OK, a second same window show on screen.

Is there a solution to  block that second windows ?

 

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...