VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



The code is used to ask choices from the user while exiting an Application.This is useful if an use

by gerald manickam (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 25th February 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

The code is used to ask choices from the user while exiting an Application.This is useful if an user Accidently pressed the close button it

Rate The code is used to ask choices from the user while exiting an Application.This is useful if an use




  if msgbox(" Do You Want To Exit",VbYesNo,"Enter Your Choice")=VbYes then
        cancel=true
  else
        cancel=false
  end if
End sub 



Download this snippet    Add to My Saved Code

The code is used to ask choices from the user while exiting an Application.This is useful if an use Comments

No comments have been posted about The code is used to ask choices from the user while exiting an Application.This is useful if an use. Why not be the first to post a comment about The code is used to ask choices from the user while exiting an Application.This is useful if an use.

Post your comment

Subject:
Message:
0/1000 characters