Public Timer_time()
label1.capion = TIME
end if
As everyone told me the above code will show me time every sec
if i set the timer object to 1000 intervel
now the problem is that there no caption in .net labels
so i think captions mean TEXT in .net term
e.g labels.text = time
But then TIME is not in VB.net too >.< so how to i set it so i can show the time in the background so that i see the current time every sec and still cont. with my programs
