954,184 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

PictureBox + Timer = headache :| (need help)

i was working on an application....(chat based program (server /client))
and i needed that when a particular string is recieved i can activate picturebox for 3 seconds and then disable it ( picturebox.visible= false)

i have no idea on how to use timer control at all because i never felt like using it or had avoided it.

ultra vires
Junior Poster in Training
51 posts since Feb 2006
Reputation Points: 10
Solved Threads: 5
 

Hi

I assume that you have already checked the string. So when the particular string is received just activate the picturebox and enable the timer. When the timer ticks, disable it and deactivate the picturebox.

The timer tick procedure can be found if you double click on the timer itself, or look for it on its events.

regards

williamrojas78
Junior Poster
111 posts since Jun 2005
Reputation Points: 23
Solved Threads: 10
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You