Connecting Tech Pros Worldwide Help | Site Map

Updating PictureBox every one minute in multiple forms

Newbie
 
Join Date: Sep 2009
Posts: 6
#1: Sep 21 '09
I am new to dotnet.
I have Baseform (Windows form) with some controls & PictureBox are top right corner which is used to display the status of network.

I have an application with one login screen and three other funcationality screens which is inherited from Baseform. On login in , user can go to any of the functionality screen by selecting the options. in all three screens Picture box needs to be updated with green or red image based on the network status every minute on some logic.Can you please help me on how to do update control using singleton class and using worker thread.

Note: Dotnet version VS2003 (Client specification)
Reply

Tags
windows forms