MessageBox blank

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

    MessageBox blank

    I have a very basic application to test a problem
    The only code added to a C# Windows Form Application is:

    MessageBox.Show ("Test Message", "Test Caption");

    The caption shows but the message is blank and so is the button.
    Any ideas?
    WinXP SP2
    Visual Studio 2003 (7.1.3088)
    ..Net Framework 1.1 SP1 (1.1.4322 SP1)
    Thanks
    Ian

  • Yonas Hagos

    #2
    Re: MessageBox blank

    You have many options of doing it. Here is a basic one and it works fine.

    MessageBox.Show ("Test Message","Test Caption",Messag eBoxButtons.OK) ;

    Yonas





    "Ianhoc" <Ianhoc@discuss ions.microsoft. com> wrote in message
    news:AE6351CE-2E4F-4D1E-BD9F-D3A7A0A47DFD@mi crosoft.com...[color=blue]
    > I have a very basic application to test a problem
    > The only code added to a C# Windows Form Application is:
    >
    > MessageBox.Show ("Test Message", "Test Caption");
    >
    > The caption shows but the message is blank and so is the button.
    > Any ideas?
    > WinXP SP2
    > Visual Studio 2003 (7.1.3088)
    > .Net Framework 1.1 SP1 (1.1.4322 SP1)
    > Thanks
    > Ian
    >[/color]


    Comment

    • Ianhoc

      #3
      Re: MessageBox blank

      It seems McAfee Version 8 is the culprit - disable buffer overrun and all is
      okay again.

      Go figure!!

      "Yonas Hagos" wrote:
      [color=blue]
      > You have many options of doing it. Here is a basic one and it works fine.
      >
      > MessageBox.Show ("Test Message","Test Caption",Messag eBoxButtons.OK) ;
      >
      > Yonas
      >
      >
      >
      >
      >
      > "Ianhoc" <Ianhoc@discuss ions.microsoft. com> wrote in message
      > news:AE6351CE-2E4F-4D1E-BD9F-D3A7A0A47DFD@mi crosoft.com...[color=green]
      > > I have a very basic application to test a problem
      > > The only code added to a C# Windows Form Application is:
      > >
      > > MessageBox.Show ("Test Message", "Test Caption");
      > >
      > > The caption shows but the message is blank and so is the button.
      > > Any ideas?
      > > WinXP SP2
      > > Visual Studio 2003 (7.1.3088)
      > > .Net Framework 1.1 SP1 (1.1.4322 SP1)
      > > Thanks
      > > Ian
      > >[/color]
      >
      >
      >[/color]

      Comment

      • Marc Jennings

        #4
        Re: MessageBox blank

        Ianhoc - I have been tearing my hair out over the exact same
        problem!!! Can you give me a little more detail about how you solved
        it, please?

        On Mon, 15 Nov 2004 15:54:02 -0800, Ianhoc
        <Ianhoc@discuss ions.microsoft. com> wrote:
        [color=blue]
        >It seems McAfee Version 8 is the culprit - disable buffer overrun and all is
        >okay again.
        >
        >Go figure!!
        >
        >"Yonas Hagos" wrote:
        >[color=green]
        >> You have many options of doing it. Here is a basic one and it works fine.
        >>
        >> MessageBox.Show ("Test Message","Test Caption",Messag eBoxButtons.OK) ;
        >>
        >> Yonas
        >>
        >>
        >>
        >>
        >>
        >> "Ianhoc" <Ianhoc@discuss ions.microsoft. com> wrote in message
        >> news:AE6351CE-2E4F-4D1E-BD9F-D3A7A0A47DFD@mi crosoft.com...[color=darkred]
        >> > I have a very basic application to test a problem
        >> > The only code added to a C# Windows Form Application is:
        >> >
        >> > MessageBox.Show ("Test Message", "Test Caption");
        >> >
        >> > The caption shows but the message is blank and so is the button.
        >> > Any ideas?
        >> > WinXP SP2
        >> > Visual Studio 2003 (7.1.3088)
        >> > .Net Framework 1.1 SP1 (1.1.4322 SP1)
        >> > Thanks
        >> > Ian
        >> >[/color]
        >>
        >>
        >>[/color][/color]

        Comment

        • Marc Jennings

          #5
          Re: MessageBox blank

          Never mind, Ianhoc. I found the option that makes me sane again!!!!!

          Argh!


          On Mon, 15 Nov 2004 15:54:02 -0800, Ianhoc
          <Ianhoc@discuss ions.microsoft. com> wrote:
          [color=blue]
          >It seems McAfee Version 8 is the culprit - disable buffer overrun and all is
          >okay again.
          >
          >Go figure!!
          >
          >"Yonas Hagos" wrote:
          >[color=green]
          >> You have many options of doing it. Here is a basic one and it works fine.
          >>
          >> MessageBox.Show ("Test Message","Test Caption",Messag eBoxButtons.OK) ;
          >>
          >> Yonas
          >>
          >>
          >>
          >>
          >>
          >> "Ianhoc" <Ianhoc@discuss ions.microsoft. com> wrote in message
          >> news:AE6351CE-2E4F-4D1E-BD9F-D3A7A0A47DFD@mi crosoft.com...[color=darkred]
          >> > I have a very basic application to test a problem
          >> > The only code added to a C# Windows Form Application is:
          >> >
          >> > MessageBox.Show ("Test Message", "Test Caption");
          >> >
          >> > The caption shows but the message is blank and so is the button.
          >> > Any ideas?
          >> > WinXP SP2
          >> > Visual Studio 2003 (7.1.3088)
          >> > .Net Framework 1.1 SP1 (1.1.4322 SP1)
          >> > Thanks
          >> > Ian
          >> >[/color]
          >>
          >>
          >>[/color][/color]

          Comment

          • Marc Jennings

            #6
            Re: MessageBox blank

            There is a hotfix available from McAfee, and it fixes the problem.

            I found it referenced at
            PGBET merupakan sebuah situs game online dengan sejuta permainan seru dan menarik. Unduh APK game untuk mendapatkan promosi terbaru dan tips trik tergacor hari ini.


            HTH

            On Mon, 15 Nov 2004 15:36:02 -0800, Ianhoc
            <Ianhoc@discuss ions.microsoft. com> wrote:
            [color=blue]
            >I have a very basic application to test a problem
            >The only code added to a C# Windows Form Application is:
            >
            >MessageBox.Sho w("Test Message", "Test Caption");
            >
            >The caption shows but the message is blank and so is the button.
            >Any ideas?
            >WinXP SP2
            >Visual Studio 2003 (7.1.3088)
            >.Net Framework 1.1 SP1 (1.1.4322 SP1)
            >Thanks
            >Ian[/color]

            Comment

            • Ianhoc

              #7
              Re: MessageBox blank

              Thanks for posting the hotfix info Marc - unfortunately I couldn't find it on
              McAfee's website. Maybe it is because we don't have a Support contract.

              ian

              "Marc Jennings" wrote:
              [color=blue]
              > There is a hotfix available from McAfee, and it fixes the problem.
              >
              > I found it referenced at
              > http://www.devcity.net/forums/topic....d=79490&page=2
              >
              > HTH
              >
              > On Mon, 15 Nov 2004 15:36:02 -0800, Ianhoc
              > <Ianhoc@discuss ions.microsoft. com> wrote:
              >[color=green]
              > >I have a very basic application to test a problem
              > >The only code added to a C# Windows Form Application is:
              > >
              > >MessageBox.Sho w("Test Message", "Test Caption");
              > >
              > >The caption shows but the message is blank and so is the button.
              > >Any ideas?
              > >WinXP SP2
              > >Visual Studio 2003 (7.1.3088)
              > >.Net Framework 1.1 SP1 (1.1.4322 SP1)
              > >Thanks
              > >Ian[/color]
              >
              >[/color]

              Comment

              • Marc Jennings

                #8
                Re: MessageBox blank

                Unfortunately, this is a support-only patch. However, McAfee are
                aware of the issue, and I would imagine they will roll the fix into
                future service releases.

                On Tue, 16 Nov 2004 06:29:03 -0800, Ianhoc
                <Ianhoc@discuss ions.microsoft. com> wrote:
                [color=blue]
                >Thanks for posting the hotfix info Marc - unfortunately I couldn't find it on
                >McAfee's website. Maybe it is because we don't have a Support contract.
                >
                >ian[/color]

                Comment

                Working...