Getting State of Modifier Keys Compact Framework
        Posted  
        
            by 
                CDM
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by CDM
        
        
        
        Published on 2009-05-04T18:56:15Z
        Indexed on 
            2012/06/11
            4:40 UTC
        
        
        Read the original article
        Hit count: 309
        
How can I get the state of a modifier key using VB.NET on the Compact Framework, in this case Windows Mobile 6.1. I want to be able to determine if the following keys are pressed or locked:
Shift CTRL ALT
and for the Psion Teklogix machines Orange Blue Although I may be able to work this out, if I can determine the others.
I want to create my own on-screen indicator panel and want to poll the keys, not using events.
© Stack Overflow or respective owner