ThePentiumGuy Posted June 17, 2003 Posted June 17, 2003 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) Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
sizer Posted June 17, 2003 Posted June 17, 2003 message box is very poor by default ( no shapes ,no custom buttons, no language support ), but you can create shaped windows form. For more info see : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchShapedWindowsFormsControlsInVisualStudioNET.asp :D Quote Some people are wise and some are other-wise.
Administrators PlausiblyDamp Posted June 17, 2003 Administrators Posted June 17, 2003 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 Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
sizer Posted June 17, 2003 Posted June 17, 2003 ok, you are right,but messagebox should have language support Quote Some people are wise and some are other-wise.
iebidan Posted June 20, 2003 Posted June 20, 2003 well, actually messagebox has it's 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 API's, painting, refreshing, buffering, and all that stuff. i haven't found any custom form around... but if I find one I'll post it here Quote Fat kids are harder to kidnap
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.