Link to home
Start Free TrialLog in
Avatar of dapple
dappleFlag for Japan

asked on

online Timer

I need a online timer algorithm that calculates the time zone i am in and works out a cost for that second, it is for a program that claculates the online time spent on the internet and gives a real time cost per second, it is for a school project i have to give in soon, pleeeeasssseeee help. It should give the duration and the total cost for that time worked out by the second. Please mail me
David
appledre@vossnet.co.uk
Avatar of ZifNab
ZifNab

any clues already?
ASKER CERTIFIED SOLUTION
Avatar of ZifNab
ZifNab

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dapple

ASKER

could you tell me quickly how do i hide a form on startup. When i
try to hide the form in the from create event it does not work and if i try to hide on the form activate command i get a error message, i know this is anouther question but could you answer quickly. thanks.
David
No problem. you can do two ways :

 1. With RxLib : put TAppEvents on form and set showmainform to false.
 2. Do it yourself with some code :

 http://www.delumpa.com/tips/forms/forms1.htm

 (see last paragraph)

Regards, Zif.