Is there somethning that will tell me how long a person has been in a program. Maybe some property that gets set when program starts...?
VB.NET - how long was someone in the program?
Collapse
X
-
You can have an event on start and end of application which logs into a file or database.
However uncertain actions like suddend power shuitdowns of the system will fail that event. -
thanks
I know that I could in a sence roll my own, it seems simple enought, I just thought why do that if something allready exists and will probably more solid.
Originally posted by Shashi SadasivanYou can have an event on start and end of application which logs into a file or database.
However uncertain actions like suddend power shuitdowns of the system will fail that event.Comment
-
Comment
Comment