Setting a default button?

B

Brett Romero

Is there a way to set a button that will execute if the user hits
<enter>?

Thanks,
Brett
 
G

Guest

Assuming that you are talking about a Windows Form, then set the AcceptButton
property on the form (not on the button).

Setting the CancelButton property will set a button that executes when
pressing the Esc key.

HTH,
pagates
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top