CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Guest

    How to have a Hot key Control?

    How can I have a Hot Key control in a VB app? Something like the CHotKeyCtrl of VC++?
    The user should be able to assign hot-keys for a particular operation in this Hot-Key box.

    Any help would be greatly appreciated.


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: How to have a Hot key Control?

    The VBAccelerator site (http://vbaccelerator.com) have source-code for a hot-key control here :

    http://www.vbaccelerator.com/codelib/comctl/hotkey.htm


    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: How to have a Hot key Control?

    Chris,

    although I didn't post the question I have to tell you that
    your references to other web sources are always really outstanding.
    This has helped me to avoid reinventing the wheel many times.

    Thanks.


  4. #4
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: How to have a Hot key Control?

    Well, you know how it is, when 'vb is so easy-you just draw boxes don't you ?' that most VB programmers just surf the net all day ;-)


    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

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

Featured