<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/>
<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.
"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/>
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
"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]
"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]
Comment