Results 1 to 2 of 2

Thread: [Resolved][2008]hotkeys the shorter way ?

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2008
    Posts
    74

    [Resolved][2008]hotkeys the shorter way ?

    All the codes to declare 1 single Global hotkey I found are just huge, I mean they are really really long. Isnt there a shorter way to do this? something like this maybe?
    Code:
        HotKeySet("{F5}", "_testfunc") 
    
        Sub _testfunc()
            HotKeySet("{F5}") ' unreg hotkey
        End Sub
    Last edited by goldenix; Apr 10th, 2008 at 06:24 PM.

    M.V.B. 2008 Express Edition

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width