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
Mirza Hatipovic
NA
7
0
Key Event does not work on simple form...
Aug 30 2007 1:33 AM
Hi,
I have this code in my form constructor:
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.onKeyPress);
and below after the constructor I have this one:
private void onKeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e)
{
textBox1.Text = "uuuuu";
}
and it does not work...
Why, it seems all ok in the code?
Regards,
Mirza
Reply
Answers (
1
)
how to backup sql 2005 database from c*2005 apllication
Patches