Alright, maybe this isnt basic but I want to make a message box where it would say "Players" at the top in the blue bar thing and then your options would be "One Player " "Two Player" and possibly a "Exit" button
Printable View
Alright, maybe this isnt basic but I want to make a message box where it would say "Players" at the top in the blue bar thing and then your options would be "One Player " "Two Player" and possibly a "Exit" button
Okay.... then go ahead....
Well that's why I'm posting, I dont know to do it, I figured that'd be obvious
You still haven't asked a question.Quote:
Originally posted by thurst0n
Well that's why I'm posting, I dont know to do it, I figured that'd be obvious
Right click your project, add and click form. Then make the form how you like it and use it.
Honestly is it that hard??Quote:
Alright, maybe this isnt basic but I want to make a message box where it would say "Players" at the top in the blue bar thing and then your options would be "One Player " "Two Player" and possibly a "Exit" button
My Question: How do I make a message box where it would say "Players" at the top in the blue bar thing, and then, your options would be "One Player " "Two Player" and possibly an "Exit" button???
I gave you the answer..... The MessageBox class, I believe, can't have custom buttons like "Players" and such. Maybe you could subclass it, but why bother when you can throw a form together in like a minute?