Best way to tackle global hotkey processing in c#?
        Posted  
        
            by jeevan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jeevan
        
        
        
        Published on 2008-09-17T08:32:48Z
        Indexed on 
            2010/04/10
            0:43 UTC
        
        
        Read the original article
        Hit count: 426
        
Hi all I'd like to have multiple global hotkeys in my new app (to control the app from anywhere in windows), and all of the given sources/solutions I found on the web seem to provide with a sort of a limping solution (either solutions only for one g.hotkey, or solutions that while running create annoying mouse delays on the screen).
Does anyone here know of a resource that can help me achive this, that I can learn from? Anything?
Thanks ! :)
© Stack Overflow or respective owner