CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Posts
    4

    Shortcut Keys for inActive application

    I have a VB GUI application which has some short cut keys for accessing controls . I want my application to detect these short cut key when my application is inactive ( Window is in minimized form).

    Please help me a way in finding it in VB6.0

    Thanks inadvance.


  2. #2
    Join Date
    Nov 1999
    Posts
    18

    Re: Shortcut Keys for inActive application

    The only way I can think of is to register a system wide hotkey - so that no matter what state your app is in when the user presses the key combination the event fires.

    Surf to:

    http://www.planet-source-code.com/vb...txtCodeId=2358

    and

    http://www.planet-source-code.com/vb...txtCodeId=2358

    for some examples.

    regards,
    psiclone


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