can I make bold text appear in a messagebox ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • TM

    can I make bold text appear in a messagebox ?

    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

    --
    Tony




  • Blumidoo

    #2
    Re: can I make bold text appear in a messagebox ?

    > I have a messagebox and I would like to display a message along with the[color=blue]
    > some selected text I am searching for.
    >
    > But I would like the selected text to appear as bold.[/color]

    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

    *************** *************** ******
    SQL Source Control 2003 - for
    SQL Server Source Safe integration
    and custom databases documentation


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: can I make bold text appear in a messagebox ?

      * "TM" <nospam-abc@nothing.com > scripsit:[color=blue]
      > 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)[/color]

      Create your own messagebox form...

      --
      Herfried K. Wagner [MVP]
      <http://www.mvps.org/dotnet>

      Comment

      • TM

        #4
        Re: can I make bold text appear in a messagebox ?

        AH, to much trouble just for a little text. Thanks anyway though
        --
        Tony



        "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
        news:brqjn6$6k9 a7$1@ID-208219.news.uni-berlin.de...[color=blue]
        > * "TM" <nospam-abc@nothing.com > scripsit:[color=green]
        > > 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)[/color]
        >
        > Create your own messagebox form...
        >
        > --
        > Herfried K. Wagner [MVP]
        > <http://www.mvps.org/dotnet>[/color]


        Comment

        Working...