Jump to content

Recommended Posts

Posted

Very strange. It doesn't work in my Windows 7. I think it's a problem of the system.

  On 8/18/2013 at 11:39 AM, FireFox said:

 

Works fine for me too.

Does it work like this?

HotKeySet("'", "func1")
;OR:
;~ HotKeySet("{'}", "func1")

Func func1()
    MsgBox(0, "test", "hello")
EndFunc ;==>func1

While 1
    Sleep(10)
WEnd
Br, FireFox.

 

  • Moderators
Posted

odexed,

What value (0/1) does the HotKeySet function return? :huh:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

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
×
×
  • Create New...