MonaVohra
03-20-2007, 11:03 PM
i am able to display the time using the following:
Timer2.Start()
ToolStripStatusLabel1.Text = System.DateTime.Now()
However, i want the time to move, and not just be stuck at one particular time. any ideas??
Timer2.Start()
ToolStripStatusLabel1.Text = System.DateTime.Now()
However, i want the time to move, and not just be stuck at one particular time. any ideas??