Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can you change the font in a message box?

Status
Not open for further replies.

dzshanno

IS-IT--Management
Aug 24, 2001
13
0
0
GB
Hi,

I would like to be able to show "tick marks" ( I guess check marks i the US) in a message box. any suggestions?

I need to show the box as help for filling in a questionnaire. Something like

"fill in the appropriate number
of ticks as described below"

x = a little
xx = medium
xxx = a lot

If I could change the font to wondings and back again Id be sorted but I cant any suggestions?
 
The only thing you can do is bold ie.
Code:
Msgbox "Hello @there@"
Will result in:
Hello
There

That's it
Scoty ::) "Learn from others' mistakes. You could not live long enough to make them all yourself."
-- Hyman George Rickover (1900-86),
 
Dzshanno

If you want full control over your font, create a small popup form instead of using a message box. Set both Popup and Modal to Yes to insist that the user gives a response.

HTH

Paul
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top