Post

 Resources 

Console

Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 VBGamer
 VBGamer
 vbYesNo

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List Spell Checker
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

   Insert an File
Check here to include your profile signature.
Check here to subscribe to this topic.
    

T O P I C    R E V I E W
Dizzee Posted - May 21 2006 : 11:24:13 AM
MsgBox "Game Over. Would you like to play again?", vbYesNo
How do I change the option for if the user presses Yes or No??
HELP!!
2   L A T E S T    R E P L I E S    (Newest First)
Dizzee Posted - May 21 2006 : 11:31:31 AM
nvm i figured it out =)

  
            Dim Response As VbMsgBoxResult  
            Response = MsgBox("Game Over. Would you like to play again?", vbYesNo, "Game Over!")  
            If Response = vbYes Then
                Form_Load  
            ElseIf Response = vbNo Then
                bRunning = False
                End
            End If
  
Walrus Posted - May 21 2006 : 11:29:44 AM
If MsgBox("Game Over. Would you like to play again?", vbYesNo) = vbYes Then
...
Else
...
End If

VBGamer © Go To Top Of Page
This page was generated in 0.12 seconds. Snitz Forums 2000

Copyright © 2002 - 2004 Eric Coleman, Peter Kuchnio , et. al.