PDA

Click to See Complete Forum and Search --> : make a msgbox appear for couple of seconds then disapear without clicking


locutus
Nov 1st, 1999, 03:49 PM
Can someone suggest to me a good way to display a message for
a couple of seconds perhaps in a msgbox then after two seconds the
msgbox would disapper instead of the user pressing OK to make it
go away

Thanks!

> locutus

chrisfricke
Nov 1st, 1999, 04:37 PM
You could create a small form called mymsgbox and include a timer which will unload the form after about 2 secs (ie timer1.interval=2000)

cheers

chris