Hello Guys!!!
My form has a label which i print the current time.
I want to make a counter which will give me the time each minute.
So, whatever i see on my computer the same think to see and in my label.
I used the following command for printing the time
lblTime.Text = TimeString()
I use VB2005.
Can anyone help with some vbcode because i am desperate...?
My form has a label which i print the current time.
I want to make a counter which will give me the time each minute.
So, whatever i see on my computer the same think to see and in my label.
I used the following command for printing the time
lblTime.Text = TimeString()
I use VB2005.
Can anyone help with some vbcode because i am desperate...?
Comment