Feb 21, 2002 #1 Pyropat Programmer Joined May 21, 2001 Messages 9 Location US I need to change it to Courier New. How do I do this?
Feb 21, 2002 #2 programsecrets Programmer Joined Dec 13, 2001 Messages 245 Location US Since a MessageBox is created and immediately displayed, there are no member functions or parameters available for changing the font. If the font is that important, you can create your own messagebox class. The hardest part is dealing with resizing it based on the size of the text. I hope this helps. Upvote 0 Downvote
Since a MessageBox is created and immediately displayed, there are no member functions or parameters available for changing the font. If the font is that important, you can create your own messagebox class. The hardest part is dealing with resizing it based on the size of the text. I hope this helps.