Updating PictureBox every one minute in multiple forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • veerusrahul
    New Member
    • Sep 2009
    • 9

    Updating PictureBox every one minute in multiple forms

    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)
Working...