|
-
Aug 26th, 2013, 02:06 AM
#1
Re: Calculate speed and time remaining of download
 Originally Posted by Doogle
Perhaps I don't understand the question but isn't it as simple as:
Code:
lngStart = GetTickCount()
<do some work>
lngEnd = GetTickCount()
Elapsed= lngEnd - lngStart
so if lngStart was 12345 and lngEnd was 23456 the elapsed time (Milliseconds) would be 11111
I will try that but I think this stop watch code is what I'm looking for.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
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
|