The code is used to ask choices from the user while exiting an Application.This is useful if an use
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
(1(1 Vote))
if msgbox(" Do You Want To Exit",VbYesNo,"Enter Your Choice")=VbYes then
cancel=true
else
cancel=false
end if
End sub
The code is used to ask choices from the user while exiting an Application.This is useful if an use Comments
No comments yet — be the first to post one!
Post a Comment