|
-
Mar 21st, 2002, 08:31 PM
#1
Thread Starter
Lively Member
gettickcount
How do i actually run a timer for my program.
I want to count in seconds but i do not know how to use gettickcount.
someone teach me please ?
-
Mar 21st, 2002, 09:21 PM
#2
Thread Starter
Lively Member
What i actually need is some sort of clock running on my form.
something like a timer counting up or down in seconds or miliseconds.
any idea ?
-
Mar 21st, 2002, 10:04 PM
#3
-
Mar 22nd, 2002, 07:25 AM
#4
GetTickCount isn't used as a timer. Its purpose is to retrieve the number of milliseconds that have elapsed since Windows was started.
You could either use the built in Timer control, and take a look at the SetTimer API.
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
|