Results 1 to 1 of 1

Thread: HotKeyHandler Class

  1. #1

    Thread Starter
    Fanatic Member BlindSniper's Avatar
    Join Date
    Jan 2011
    Location
    South Africa
    Posts
    865

    HotKeyHandler Class

    Hi all,
    I created these classes to make the usages of hotkeys a bit easier. I'm not going to post the code but rather upload the whole project because It has a small testing form.
    Few Notes
    1. You cannot register any System.Windows.Forms.Key as a hotkey, so Make sure that you know what you are doing.
    2. This class hasn't been tested for errors so if you find any please post them here.
    3. This Won't work on anything that doesn't have a Message pump. e.g. Console applications
    4. You will notice that in the solution there are two projects. One is just a very simple Winforms app to show how it works, the other is a Class Library(DLL) and you can compile it and use it with other apps without having to copy and paste all the ugly code
    5. There are no comments so ask if anything is unclear
    Attached Files Attached Files

    Useful CodeBank Entries of mine
    Expand Function
    Code Compiler
    Sudoku Solver
    HotKeyHandler Class

    Read this to get Effective help on VBForums
    Hitchhiker's Guide to Getting Help at VBF

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