Im struggling with my system Internet system. I have a form which will
monitors the time of the user since he/she has log in
the system.
I know how to use the timer like a count down and also
a counter ex.
if lbltimer.caption < 20 then
{
lbltimer.capation=lbltimer.caption + 1;
}
basically the code above add 1 to the value of the lbltimer
until it reaches to 20.
Now I don't know how to apply in time.
I mean, when the user log in the system
a form which has a timer shows.
so at first when it is showed up it looks like this
-0:00:00- then the timer starts up to when the user want
to log out
This post has been edited by born2c0de: 03 August 2010 - 09:40 AM
Reason for edit:: corrected the code tags.

New Topic/Question
Reply




MultiQuote




|