|
-
Aug 9th, 2002, 02:13 PM
#1
Thread Starter
Addicted Member
Msg Box question
I have a problem, I make a Yes/No message box and no matter what I answer the same thing happens:
MsgBox "Save current game?", vbYesNo, "Save", 0, 0
If vbYes Then frmSave.Show
If vbNo Then End
No matter what answer I choose the program ends. What is wrong here?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|