how do I close the VB application

yes, dumb question i hear you say, I'm very new to programming Visual Basic. I have searched the internet and been unable to find an answer to this. I have a form with an OK and a Cancel button on and I'm already stuck on how to make the Cancel button close the form...any help much appreciated.
[297 byte] By [Chris128] at [2007-12-24]
# 1
Double-click the button in the designer and write "Me.Close()" in the event handler. I'd recommend you try some starter books...
nobugz at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
already ordered them. and Thanks!
Chris128 at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic General...