How to appear image and disappear after 5 seconds?
I have a picturebox1, Timer1 and 1 button inside a form. The picturebox1 is set visible=false in form load. What I want to happen is: When I clicked the button,the picturebox should appear and after 5 seconds it should disappear. Please help me. Your answers is highly appreciated. Thank you.