panel hides after timer counts 5 seconds

Emo Elmo

New member
Joined
Aug 28, 2008
Messages
2
Programming Experience
Beginner
i cant figure out how to make a panel hide after a timer counts to 5 seconds

i have a button that when clicked shows the panel and sets the timer to enabled but i cant figure out how to make the timer hide the panel after 5 seconds.

can anyone help me?



thanks
 
Set the timer's Interval property to '5000' then in the timer's tick event hide the panel and stop the timer
 
Back
Top