post http://www.powerbasic.com/support/pb...ad.php?t=23072
is a program i posted. place remarks/comments in this post.
' ept is a program that enables you to keep track of the time you
' work on certain projects.
' you don't have to fill in time tables. ept counts the hours and
' minutes you work on a number of projects.
' ept only needs the following input:
' - the project you are working on. you can simply switch to another project.
' - are you working or taking a break? this can even be set to automatic.
' ept calculates the flexitime if you work on flexible hours.
' ept calculates the average break time.
' it's best to put ept in your startup directory so it is automatically
' started up when you boot your pc.
' you can set ept to startup in 'working mode' or 'break mode'.
'
ept does not exactly contain high tech algorithms. 90% of the code is gui related.
i wrote it mainly as a testcase to learn pbdll. at the same time the program is useful for me and maybe to some other
people.
i'm sorry i had to zip the code. i tried several times to post the unzipped code but it
was too long i guess (100k). this is mainly because it has an integrated rtf helpfile.
kind regards
eddy
------------------
[email protected]
[this message has been edited by eddy van esch (edited july 20, 2001).]
is a program i posted. place remarks/comments in this post.
' ept is a program that enables you to keep track of the time you
' work on certain projects.
' you don't have to fill in time tables. ept counts the hours and
' minutes you work on a number of projects.
' ept only needs the following input:
' - the project you are working on. you can simply switch to another project.
' - are you working or taking a break? this can even be set to automatic.
' ept calculates the flexitime if you work on flexible hours.
' ept calculates the average break time.
' it's best to put ept in your startup directory so it is automatically
' started up when you boot your pc.
' you can set ept to startup in 'working mode' or 'break mode'.
'
ept does not exactly contain high tech algorithms. 90% of the code is gui related.
i wrote it mainly as a testcase to learn pbdll. at the same time the program is useful for me and maybe to some other
people.
i'm sorry i had to zip the code. i tried several times to post the unzipped code but it
was too long i guess (100k). this is mainly because it has an integrated rtf helpfile.
kind regards
eddy
------------------
[email protected]
[this message has been edited by eddy van esch (edited july 20, 2001).]
Comment