TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
le ka
NA
3
0
Problem with KeyDown event in UserControl
Jul 6 2007 5:12 AM
Dear all,
Please show me the way to solve a problem following : I have a MyClass class derived from UserControl class, I aslo override OnKeyDown method in the class. But the method works incorrectly(at least in my opinion), with many keys the KeyDown event is raised(a, b, c, ... key) but with many keys as Tab, Left, Right, ... the KeyDown event is not raised. Please show me the way to raise KeyDown event with Tab, Left... key(I must use the class derived from UserControl class, I use C# language and VS 2005).
Thanks you very much and best regard.
Ka.
Reply
Answers (
2
)
ComboBox refresh problem (for custom items)
form (object) events not listed in dropdown?