Jobs
Author: ishaku ibrahim kottongs Date Submitted: 12/9/2005 Category: Windows Operations Compatibility: VB 6 This code has been accessed 6989 times.
Email Yourself this snippet:
non really 'you need a command button on a form named form1 'my e-mail: Kottongs@yahoo.com
Code
private sub command1_click() A = MsgBox("are you sure you want to close",vbquestion+vbyesno) If A = vbyes then End else form1.refresh end if End sub