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 Krieg" wrote:
[color=blue]
> Anyone have an example of a message box that expires, maybe a
> background thread that when times about, triggers that default button?
>
>[/color]
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
"Blitz Krieg" <Schorschi@DSLE xtreme.COM> wrote in message
news:1104640400 .968069.316730@ z14g2000cwz.goo glegroups.com.. .
Anyone have an example of a message box that expires, maybe a
background thread that when times about, triggers that default button?
Comment