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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can we format text in messagrbox()

Status
Not open for further replies.

rkm500

Programmer
Apr 26, 2003
12
US
Hello,
Please tell me If any one knows as how to format text in a messagebox() such as Bold, different font sizing, centering or changing back and fore color in a messagebox?
Thank you.


Raj

 
You can't using the standard Windows MessageBox (i.e. VFP's MessageBox). The settings are those set by the user and can't be changed without affecting ALL applications.

You will have to create or find an alternative MB function/form to do what you want. As always, there is code available at the UT ( or on CompuServe.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top