In VB 6.0 you could set a command button to default, to Click when Enter key is pressed. Well what is the property to use in .Net?
Printable View
In VB 6.0 you could set a command button to default, to Click when Enter key is pressed. Well what is the property to use in .Net?
Click on the Main Form, then set the Accsept button to whatever button you want to be pressed when the user hits the enter key.