Font size of the standard MessageBox

  • Thread starter Thread starter Dmitry
  • Start date Start date
D

Dmitry

Hi,

does anybody know if there is a way to modify the font size of the standard
MessageBox ?

Thanks,
Dmitry.
 
Hello,

Dmitry said:
does anybody know if there is a way to modify the font size of
the standard MessageBox ?

You can change the system's font settings. There is no way for changing it
for the boxes in your application only.

HTH,
Herfried K. Wagner
 
Thanks anyway :) .

Regards,
D.

Herfried K. Wagner said:
Hello,



You can change the system's font settings. There is no way for changing it
for the boxes in your application only.

HTH,
Herfried K. Wagner
 
Dmitry said:
Thanks anyway :) .

You can develop your own 'MessageBox'. You can use PInvoke with the
'MessageBeep' platform function to play the appropriate beep sound and use
the 'SystemIcons' class to get the system's messagebox icons.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top