can I make bold text appear in a messagebox ?

  • Thread starter Thread starter TM
  • Start date Start date
T

TM

I have a messagebox and I would like to display a message along with the
some selected text I am searching for.

But I would like the selected text to appear as bold.

I would like my message box to show:
No more items found for: (this text in bold)

Is there any way to do that ?
Thanks
 
I have a messagebox and I would like to display a message along with the
some selected text I am searching for.

But I would like the selected text to appear as bold.

You need to create your own MsgBox form to do this, the font for MsgBox is
set in the Control Panel.

sincerely,
--
Sebastian Zaklada
Skilled Software
http://www.skilledsoftware.com
************************************
SQL Source Control 2003 - for
SQL Server Source Safe integration
and custom databases documentation
 
* "TM said:
I have a messagebox and I would like to display a message along with the
some selected text I am searching for.

But I would like the selected text to appear as bold.

I would like my message box to show:
No more items found for: (this text in bold)

Create your own messagebox form...
 
Back
Top