Ctrl+F Find control
Hi Friends...
This is Ravi working on .net winform..
I want to create Find and replace control as wat we are searching on application. same i want.. and i want search on grid using that control..
can u ppl help me..pls send the code /project including desgine..and tel me how to plugin al the foms.. pressing Ctrl+F should open find control..
Regards
Ravi

Comments
Hi.
If you want to capture shortcut keys (like Ctl+F) see KeyDown event on control or Form.
http://support.microsoft.com/kb/839201