Normal Topic @MsgBox text size (Read 778 times)
NHUser
Full Member
***
Offline



Posts: 320
Location: Amherst, NH
Joined: Aug 2nd, 2010
@MsgBox text size
Apr 17th, 2012 at 8:10pm
Print Post Print Post  
Is there a way to change the text size and font of the text that appears in a MsgBox?
  
Back to top
 
IP Logged
 
Rick_R
Full Member
***
Offline



Posts: 243
Joined: Jan 29th, 2010
Re: @MsgBox text size
Reply #1 - Apr 20th, 2012 at 10:48pm
Print Post Print Post  
I'm not positive, but I think the answer is no.  Also, if there is, it almost definitely would not be limited to MsgBox, it probably would affect a wide range of items.

One option is to create a separate form and call that--you can adjust everything.
  
Back to top
 
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1350
Location: New Hampshire
Joined: Mar 11th, 2003
Re: @MsgBox text size
Reply #2 - Apr 21st, 2012 at 12:08am
Print Post Print Post  
FYI...
If you go with Rick's idea of using a form for this, look up the @FormAsDialog() command.

And he's right, you can get just about any font, color, size and shape that you want. The @FormAsDialog() command displays a form as a popup (with unbound LEs).
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
NHUser
Full Member
***
Offline



Posts: 320
Location: Amherst, NH
Joined: Aug 2nd, 2010
Re: @MsgBox text size
Reply #3 - Apr 23rd, 2012 at 3:58pm
Print Post Print Post  
Thanks for the suggestion.  I'll try calling a form.
  
Back to top
 
IP Logged