messagebox "red x" corner

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • marfi95@yahoo.com

    #1

    messagebox "red x" corner

    Is it possible to not show the close button (red X in upper right
    corner) in the titlebar of a messagebox so the user doesn't see it.

  • Herfried K. Wagner [MVP]

    #2
    Re: messagebox "red x" corner

    <marfi95@yahoo. com> schrieb:[color=blue]
    > Is it possible to not show the close button (red X in upper right
    > corner) in the titlebar of a messagebox so the user doesn't see it.[/color]

    I am curious why you would want to hide the close button.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://classicvb.org/petition/>

    Comment

    • marfi95@yahoo.com

      #3
      Re: messagebox &quot;red x&quot; corner

      I don't want to. I have a ding-a-ling user who is asking me if we can
      do it.

      Comment

      • Mythran

        #4
        Re: messagebox &quot;red x&quot; corner


        <marfi95@yahoo. com> wrote in message
        news:1128116929 .029978.213170@ g43g2000cwa.goo glegroups.com.. .[color=blue]
        >I don't want to. I have a ding-a-ling user who is asking me if we can
        > do it.
        >[/color]

        When all else fails, just say no :)

        I read a quote from somewhere, it says something like the following (don't
        know who to credit):

        "Programmin g today is a race between software engineers creating bigger and
        better idiot-proof programs and the universe creating bigger and better
        idiots. So far, the universe is winning."

        :)

        If this is a WinForms application, you can create your own Form that mimics
        the MsgBox method.

        HTH,
        Mythran

        Comment

        • Herfried K. Wagner [MVP]

          #5
          Re: messagebox &quot;red x&quot; corner

          "Mythran" <kip_potter@hot mail.comREMOVET RAIL> schrieb:[color=blue]
          > If this is a WinForms application, you can create your own Form that
          > mimics the MsgBox method.[/color]

          Implementing a message box with standard behavior
          <URL:http://dotnet.mvps.org/dotnet/faqs/?id=custommsgbo x&lang=en>

          --
          M S Herfried K. Wagner
          M V P <URL:http://dotnet.mvps.org/>
          V B <URL:http://classicvb.org/petition/>

          Comment

          • m.posseth

            #6
            Re: messagebox &quot;red x&quot; corner


            the original is this
            Programming today is a race between software engineers striving to build
            bigger and better idiot-proof programs, and the Universe trying to produce
            bigger and better idiots. So far, the Universe is winning.

            (Rich Cook)

            see here for some other nice quotes about programming





            Michel Posseth





            "Mythran" <kip_potter@hot mail.comREMOVET RAIL> wrote in message
            news:u8Z%23yChx FHA.2516@TK2MSF TNGP12.phx.gbl. ..[color=blue]
            >
            > <marfi95@yahoo. com> wrote in message
            > news:1128116929 .029978.213170@ g43g2000cwa.goo glegroups.com.. .[color=green]
            >>I don't want to. I have a ding-a-ling user who is asking me if we can
            >> do it.
            >>[/color]
            >
            > When all else fails, just say no :)
            >
            > I read a quote from somewhere, it says something like the following (don't
            > know who to credit):
            >
            > "Programmin g today is a race between software engineers creating bigger
            > and better idiot-proof programs and the universe creating bigger and
            > better idiots. So far, the universe is winning."
            >
            > :)
            >
            > If this is a WinForms application, you can create your own Form that
            > mimics the MsgBox method.
            >
            > HTH,
            > Mythran
            >[/color]


            Comment

            • Mythran

              #7
              Re: messagebox &quot;red x&quot; corner


              "m.posseth" <michelp@nohaus ystems.nl> wrote in message
              news:%23L1ByQmx FHA.3856@tk2msf tngp13.phx.gbl. ..[color=blue]
              >
              > the original is this
              > Programming today is a race between software engineers striving to build
              > bigger and better idiot-proof programs, and the Universe trying to produce
              > bigger and better idiots. So far, the Universe is winning.
              >
              > (Rich Cook)
              >
              > see here for some other nice quotes about programming
              >
              > http://www.sysprog.net/quotpgmr.html
              >
              >
              >
              > Michel Posseth
              >[/color]

              Yes, that's exactly it :)

              Mythran

              Comment

              Working...