|
-
Apr 23rd, 2007, 01:29 AM
#1
Thread Starter
Member
displaying time in vb.net
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 .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|