How do i call esc key dynamicaly(VB.NET Win forms)
-
Dear All. i want to raice Esc key(keybord) Event, without pressing the Esc button. Regards Rajeesh MP
-
Dear All. i want to raice Esc key(keybord) Event, without pressing the Esc button. Regards Rajeesh MP
Hi, You can use the enum "Keys" and use the value "Escape" to do raise an escape key action. This will work in both C# & VB.NET windows forms. Happy coding...! :-D
-
Dear All. i want to raice Esc key(keybord) Event, without pressing the Esc button. Regards Rajeesh MP
Why on earth did you ask this in the ASP.NET forum ?
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
Dear All. i want to raice Esc key(keybord) Event, without pressing the Esc button. Regards Rajeesh MP
Rajeesh MP wrote:
Forum: ASP.NET Subject: How do i call esc key dynamicaly(VB.NET Win forms) Sender: Rajeesh MP Date: Tuesday, March 31, 2009 12:04 PM Dear All. i want to raice Esc key(keybord) Event, without pressing the Esc button.
Please read Forum Guideline before post.
cheers, Abhijit CodeProject MVP
-
Hi, You can use the enum "Keys" and use the value "Escape" to do raise an escape key action. This will work in both C# & VB.NET windows forms. Happy coding...! :-D
Thanks Sunram You are Great.....!!! For Knowledge Transaction there is no Limitations...You Proved That..