Time1 is a very simple tool that displays in real time, the execution time of any selected routine of your Delphi application. Time1 doesn't require source code modifications. Time1 runs on Windows 2000 and Windows XP.
SCREEN CAPTURE PROBLEM (2002-03-08 04:32:48)Compress the video data before send it:
http://www.banasoft.net/AVPhone.htm
SLEEP FUNCTION (2001-06-15 10:55:54)Ouh!
1. How can I use TTimer to SLEEP my thread? It's impossible. "Sleep" means the thread don't use CPU.
2. How many percents of CPU usage...
HELP ME WITH THIS CODE PLEASE!!!! (2001-09-03 16:15:23)Sorry,
had read my mails to late :(
================================
See You, Chris
mail:
SQL PROBLEM (2001-09-19 05:57:54)Maybe (using your idea), this one will work better :
SELECT L1.*
FROM Log L1
WHERE (L1.empno = '10001')
OR ((L1.empno = '***') AND...
CALCULATE DIFFERENCE IN TWO TIMES (2002-03-14 09:25:30)Let's say you have two DateTime variables called Time1 and Time2...to get the difference between the two times into a variable named TimeBetween...