Quit

  • Thread starter Thread starter Murt
  • Start date Start date
M

Murt

Hi all,

i need to put a quit button on a form,

anybody got a tip on how to code this,?

thanks

Murt
 
* Murt said:
i need to put a quit button on a form,

anybody got a tip on how to code this,?

Then set the form's 'CancelButton' property to the button and add
'Me.Close()' to the button's 'Click' event handler.
 

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

Back
Top