hi

in vb we can write this code in this way for displaying time

dim cmin as integer,dim csec as integer,dim chrs as integer

label1.text=format(chrs & ":" & cmin & ":" & csec,"hh:mm:ss")

here csec , cmin , chrs are incremented using the timer.

now can i do this in vb.net

when i write the above code in vb.net , it is just displaying me the hh:mm:ss only
plz help its very urgent

thanking you all .