Visual C#
Microsoft ISV
VS Team System
Visual C++
Visual FoxPro
Smart Device
Windows Forms
SQL Server
Visual Studio
VS Express Editions
.NET Development
Visual J#
Game Technologies
Visual Basic
Architecture
Software Development Network>> VS Express Editions>> keyboard shortcuts to buttons?
keyboard shortcuts to buttons?
Hot Topic
SQL Server 2005 Express Problem with Date format in transact sql
Almost Impossible to download!!!
Keeping Data in database after debugging
cannot inhertis Image class ??????????????????????
How to generate an array at runtime
mspdb80.dll was not found !
Retrieve data from Excel and store it in Access through VB
GetFiles Pattern
Unistalling Visual Basic 2005
MS ACCESS DATABASE Applications
VS Express Editions
Problem Installing Beta 2
ASP.NET Web App Configuration Tool - TIME OUT
Problems with Downloading Registration Benefits
invalid object
VB6 checkboxes with MS access problem
Undo, Cut, Copy, Paste, Delete, Select All; Check to see if enabled or disabled
Data UI Property Page Error
Compile fails on network drive
Converting from Microsoft Access
crystal reports in VC# express
keyboard shortcuts to buttons?
Hello, is there a way to put shortcuts to buttons
like enter
Answer this question
keyboard shortcuts to buttons?
Tonius
Additionally you can click a button using ALT + char combination by adding a '&' in the fron of that char (in the button Text property) like:
button.Text = "&File"
for ALT + F
Karthick1368
Hi,
if you need a button that is clicked when the user presses enter, you can use the acceptbutton property of your form.
There is also an cancelbutton property that is used if the user presses ESC.
keyboard shortcuts to buttons?
Answer this question
keyboard shortcuts to buttons?
Tonius
button.Text = "&File"
for ALT + F
Karthick1368
if you need a button that is clicked when the user presses enter, you can use the acceptbutton property of your form.
There is also an cancelbutton property that is used if the user presses ESC.