C#...... associating keys to buttons...
        Posted  
        
            by user300484
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user300484
        
        
        
        Published on 2010-04-13T02:03:08Z
        Indexed on 
            2010/04/13
            2:13 UTC
        
        
        Read the original article
        Hit count: 392
        
c#
Hello everyone! I have to write a method on C# that associates a certain key ( from the keyboard) to a specific button.For example.... if I press "a"....... the button that I created on a form application should appear like if it is being pressed. I dont really know how to do that and I would appreciate your help! :)
© Stack Overflow or respective owner