Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Message Box

Intel_C_Intel
Employee
644 Views
How can I make some of the text message in a MessageBox appear bold ?

I'm using a MessageBox to display a disclaimer and obtain user agreement. I would like part of the disclaimer to be bold or italic or underlined.

Can I do this in a MessageBox or must I create a dialog box for this ?

Thank you,
0 Kudos
2 Replies
Steven_L_Intel1
Employee
644 Views
You'll have to use a dialog for this - MessageBox has no ability to bold text.

Steve
0 Kudos
isn-removed200637
644 Views
I don't know how to do it from within an application,
but, in Windows XX at least, you can set ALL message box text to bold by going to Start..Settings..Control Panel...Display and selecting the 'Appearance' tab.
You will then be offered options as to how
various texts are displayed (window title bars, menus, message boxes etc.). HTH
0 Kudos
Reply