VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



this code will end your program run.

by ishaku ibrahim kottongs (1 Submission)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 12th September 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

this code will end your program run.

API Declarations


'you need a command button on a form named form1
'my e-mail: [email protected]

Rate this code will end your program run.



A = MsgBox("are you sure you want to close",vbquestion+vbyesno)
If A = vbyes then
  End
else
  form1.refresh
end if
End sub

 

Download this snippet    Add to My Saved Code

this code will end your program run. Comments

No comments have been posted about this code will end your program run.. Why not be the first to post a comment about this code will end your program run..

Post your comment

Subject:
Message:
0/1000 characters