cuztomizable?

ThePentiumGuy

Well-known member
Joined
May 21, 2003
Messages
1,113
Location
Boston, Massachusetts
For my game, i want it to display a rounded, graphical messagebox, instead of using XP messageBoxes, can i have
"customizable messageboxes"

normally in games, you see game messages in its own kind of box, how would u do that

(btw, im trying to make PC-Mario)
 
very poor seems a bit harsh, it does what it sets out to do.
Display a box with a message and a standard set of buttons / icons.

For anything more complex a form and the .ShowDialog() function fits the bill
 
well, actually messagebox has its own class, but how far you can go, is unknown, the option to create your own custom form will be fine, but coding needs to be done, calling APIs, painting, refreshing, buffering, and all that stuff. i havent found any custom form around... but if I find one Ill post it here
 
Back
Top