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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top