I have been seeing a number of applications where the shortcuts for their buttons are just a single Alphanumeric key. I was just wondering if I could also do that in my applications.
My button labeled Open for example, will be triggered if the alphanumeric key "O" is pressed. Is this possible?
markdean.expres
0
Junior Poster
Recommended Answers
Jump to PostHi,
Go to the properties of your button and use this text: &Open and this name: btnOpen
You will see in the designer the text appear in the button like this: OpenNow, try this part of code:
Private Sub btnOpen_Click(ByVal sender As System.Object, ByVal …
All 3 Replies
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.