Link to home
Start Free TrialLog in
Avatar of Pat Clancy
Pat ClancyFlag for Canada

asked on

Show count down in a message box

Is there a way to show a count down in a MessageBox() in visual basic? I have a message box that will close in 6 seconds and I am wondering if there is an easy way to show the seconds counting down.
Thanks
Avatar of lion73
lion73

you can use form ..resize it... set alwaysontop property to true with timer to peroid you want to close it
SOLUTION
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Pat Clancy

ASKER

While a little more complicated than what I was looking for however these solutions will work once I modify my app.

Thank you
Although a little more than I was asking for I can make it work.