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
pavithra
NA
25
1.1k
f1 keys in button function to clear the data in textbox?
Apr 21 2017 2:46 AM
private void form1_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.F)
{
btnReset.PerformClick();
}
}
private void form1_Load(object sender, EventArgs e)
{
this.KeyPreview = true;
}
but this coding doesntwrk...but wen im using cntrl+j it works. i need for the f1,f2,f3 hot keys anyone please help
Reply
Answers (
2
)
date time in windows forms application
How to show Tax name and insert values (Tax's ID ) c#