Feb 21, 2002 #1 Pyropat Programmer May 21, 2001 9 US I need to change it to Courier New. How do I do this?
Feb 21, 2002 #2 programsecrets Programmer Dec 13, 2001 245 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.