: Anyone know how to do a cancel button? What's the coding for it?
Just add a regular button to your form, name it cmdCancel (or whatever you like), set the Cancel property to True, set the CausesValidation property to False, and give it a sensible Caption. Then you just put "Unload Me" in the button's Click event.
Comments
It is obligatory to delete? Can be simply button hide?
Private Sub Form_Activate()
Command1.ToolTipText = "http://www.geocities.com/aboutsoft/"
Command1.Width = 3855
Command1.Height = 435
Command1.Caption = "VB Documentation"
[b]Command1.Visible = False[/b]
End Sub
VB Documentation http://www.geocities.com/oflameron/
Just add a regular button to your form, name it cmdCancel (or whatever you like), set the Cancel property to True, set the CausesValidation property to False, and give it a sensible Caption. Then you just put "Unload Me" in the button's Click event.
[size=5][italic][blue][RED]i[/RED]nfidel[/blue][/italic][/size]
[code]
$ select * from users where clue > 0
no rows returned
[/code]