VB6 GetTickCount() in C#!

  • Thread starter Thread starter Chua Wen Ching
  • Start date Start date
C

Chua Wen Ching

Hi there.

I think in vb6, i can use GetTickCount easily by accessing
the user32.dll (hmm.. can't remember what is the dll name,
but something like that)

Is there any code in the System.namespaces which i can get
the exactly same values for GetTickCount() in c#?

I heard timer return seconds rather than miliseconds...

Any help?

Thanks.

Regards,
Chua Wen Ching
 
System.TickCount

Returns the number of milliseconds since the system started.

Brian Patterson
 
Back
Top