03-30-2011, 10:45 AM
(This post was last modified: 03-30-2011, 10:46 AM by AceInfinity.)
(03-30-2011, 10:24 AM)L3g1tWa5te Wrote: Kobe, if you want to play that game then we will play that game, but I really don't want to play that game because you know that I know that you know the answer the question you are asking me. And the game isn't basketball Kobe. But since you asked (lol)
Button1_Click Event:
Code:MsgBox("Kobe wants to play basketball...", 64, "Challenger Awaiting")
MsgBox starts off the code for a message box, in the first pair of quotes you put the message box body message and in between the commas you put the number code VB reads the message box in such as explained in my thread here: Check My Tutorial Here and lastly in the last quotes you put the title of your message box. Enjoy wise cracker ;)
ON a side note... (I thought you left)...?
You didn't add in anything in the syntax for the type of message box. (Critical, Error, Information, etc)
You can also add in which buttons you want showing up. Cancel, Okay, Yes, No.