|
|
|
Default Button on a Form
How to make a button on a Form the Default.
In VBA you can just set the Default property of a button to TRUE/YES.
This is different it VB.NET.
Click on the Form and make its 'AcceptButton' equal to the button you want.
By: Alex Hedley
Click here to sign up for more FREE tips
|