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.
 
Back
Top