ok i did a search and cant find any C# solution. i know i need to create a timer and put my code under that event but just not sure what to put there. here is what i tried and it didnt work
i must be totally missing something, if anyone could help me out i'd be greatly appricativeCode:private void timer1_Elapsed(object sender, System.Timers.ElapsedEventArgs e) { lblTime.Text = System.DateTime.Now.ToShortTimeString(); }![]()




Reply With Quote