Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a MDI form containing a toolstrip.
in toolstrip i have a New Button.

and i have a Child From,
from that child form i want to access keydown event of MDI toolstrip.
(my motive is to shortcut keys)

if i click CTRL + N from my Child form, then i want to perform click of the new button of Toolbar on MDI

how would u do that ?
Posted
Updated 12-Dec-14 20:11pm
v2

1 solution

Just create an Application Hook in your application.
Click this link:-
Processing-Global-Mouse-and-Keyboard-Hooks-in-C#[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900