How do you display messages with larger fonts using msgbox

J

Jessica

I'm using msgbox to interact with different users and I
can't find a way to change the text to a larger font.
There are a lot of people who have trouble reading the
smaller font. Please let me know of any suggestions. Thank
you.
 
R

Rick Brandt

Jessica said:
I'm using msgbox to interact with different users and I
can't find a way to change the text to a larger font.
There are a lot of people who have trouble reading the
smaller font. Please let me know of any suggestions. Thank
you.

The appearance of the MsgBox is controlled by the system appearance settings for
Windows. You would have to design your own form and use it instead of the
MsgBox function.

BTW, since it is controlled by system settings then if they claim they can't
read the MsgBox font then there should be a whole lot of other Windows text that
they can't read either. They can adjust the fonts used in the system settings,
but it would be up to the individual user to do this.
 

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

Top