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