hi,
i have problem wit displaying the time in my windows forms.
this is wat i have given
lblTime.Text = Datetime.Now.ToShortTimeString();
the problem wit this is once i open the application the time is shown, but it is not updating as it is in the system time.
so is ther any possibilty wher i can use the system timings and then keep it change every minute as it does in the sytem.