PDA

View Full Version : See time and date of my computer on my proiect.



vu xuan hong
02-03-2006, 08:34 AM
Hi!
I want to see time and date of my computer on my project, how ?

Brett
02-03-2006, 09:04 AM
Start a timer on your page every 1/2 second. Then in the On Timer event use the System.GetTime so get the system time and then use Label.SetText (or whatever) to update the text of one of your objects.

azmanar
02-03-2006, 10:14 AM
Hi!
I want to see time and date of my computer on my project, how ?

Vu,

I have a sample PC time in my page: www.azman.info/ams/ . Try it.

vu xuan hong
02-04-2006, 09:01 PM
Vu,

I have a sample PC time in my page: www.azman.info/ams/ . Try it.

Sorry, My name is HONG.

That right, thanks:yes

azmanar
02-05-2006, 12:06 AM
Sorry, My name is HONG.

That right, thanks:yes

Okay Hong.