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
jim jimmy
NA
3
0
action under Button press!
Mar 18 2010 11:41 AM
Hi there.
I have a form that has 20 buttons on it.
I want to be able to control those Buttons from the number pad.
here's what I have:
Private Sub Form1_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyUp
Select e.KeyCode
'Time and Date
Case Keys.NumPad1
** How do I get this to = Button1.click (so that it press button 1 on the screen) **
Best regards,
James
Reply
Answers (
2
)
datagridview scrolling problem
How do I: Create a class to do some database functions?