How can i perform Alt+T operation through programming in c#.net 3.5 Windows application.
-
Hi, How can i perform Alt+T operation through programming in c#.net 3.5 Windows application. Thanks In Advance --Naren
-
Hi, How can i perform Alt+T operation through programming in c#.net 3.5 Windows application. Thanks In Advance --Naren
That would depend on what Alt-T does in your application.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
Hi, How can i perform Alt+T operation through programming in c#.net 3.5 Windows application. Thanks In Advance --Naren
Hi, there are two easy ways: 1. create a menu item that does what you want ALT+T to do, then assign it ALT+T as a shortcut. or 2. handle KeyDown (or KeyPress) event, check for the right key combination, and act on it. :)
Luc Pattyn [Forum Guidelines] [My Articles]
Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in
-
That would depend on what Alt-T does in your application.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
I want to open a topic using that
-
I want to open a topic using that
I am sorry, but you are using terminology with which I am not familiar. What is a 'topic'?
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”