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.
 
Back
Top