Message Box That Expires?

  • Thread starter Thread starter Blitz Krieg
  • Start date Start date
B

Blitz Krieg

Anyone have an example of a message box that expires, maybe a
background thread that when times about, triggers that default button?
 
IMHO It would be much cleaner to implement your own message box with a timer
than to mess with the native implementation and come up with a work around
hack

Alex Korchemniy
 
Blitz,

In addition to Alex

A messagebox that expires is just a form with everything disabled as control
box etc. and that is showed with showdialog and than as Alex told, closes
with me.close depending on a forms.timer

I hope this helps?

Cor
 

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