I am new to dotnet. I have an application with one login screen and three other screens. On login user can go to any of the other three screens by selecting the options. On all three screens i have a Picture box which i need to update the Image every one minute based on some logic.Can you please help me on how to do it.
Note: I have a base form, all the forms are inherited from Baseform User can go only to one form at a time Using VS2003