Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic .NET only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Visual Basic .NET
How do I assign an access key to a button VB.Net?
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Peprahp
New Member
Join Date:
May 2020
Posts:
4
#1
How do I assign an access key to a button VB.Net?
May 28 '20, 10:27 PM
I'm in visual Basic programming, I'm trying to create a simple program but I don't know how to assign access key to a button
SioSio
Contributor
Join Date:
Dec 2019
Posts:
272
#2
May 29 '20, 04:04 AM
For example, the text "End (X)" can be implemented by adding the character string "End (& X)" to the Text property of the Button control. The access key is Alt + X.
If you don't want to use the Alt key, use the Keypress event.
Comment
Post
Cancel
Peprahp
New Member
Join Date:
May 2020
Posts:
4
#3
May 29 '20, 07:06 PM
Thank you very much.
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment