Set global hotkey with Windows modifier
        Posted  
        
            by jay
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jay
        
        
        
        Published on 2010-05-04T05:30:09Z
        Indexed on 
            2010/05/04
            5:38 UTC
        
        
        Read the original article
        Hit count: 289
        
I want to set up a global hotkey* in VB6 that listens to the keyboard shortcut Win + O.
I have found heaps of messy examples, but nothing which involves the Windows key.
What's the ideal way to setup hotkeys and how does one include the Windows key as a modifier?
* I'm after a global shortcut. That means I don't have to have the application in focus for it to work.
© Stack Overflow or respective owner