I have been looking for a way to change the font,size, and color for a MessageBox without any luck.
Is it possible?
All thinngs are possible but its easier to create a normal resource dialog box where you can tweak almost anything you like.
Quote from: Magnum on April 18, 2010, 11:23:40 PM
I have been looking for a way to change the font,size, and color for a MessageBox without any luck.
Is it possible?
I would generally say "why bother" because you could make your own message box easily enough. The MessageBox function sets up a modal dialog, that means that you do not have access to its dialog proc and therefore no way to change the behavior of the dialog, there are tricks you can use (such as message hooks) but its much easier just to make your own message box.
Custom MessageBox (http://www.catch22.net/tuts/custom-messagebox)
http://www.masm32.com/board/index.php?topic=7375.0