messagebox "red x" corner

  • Thread starter Thread starter marfi95
  • Start date Start date
M

marfi95

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

I am curious why you would want to hide the close button.
 
I don't want to. I have a ding-a-ling user who is asking me if we can
do it.
 
I don't want to. I have a ding-a-ling user who is asking me if we can
do it.

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):

"Programming 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
 
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
 
m.posseth said:
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

Yes, that's exactly it :)

Mythran
 

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