Results 1 to 2 of 2

Thread: Windows Shutdown...please help!!!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    Dallas, TX
    Posts
    89
    Hi all,

    Does anyone know how to capture the system time and date at shutdown. I need a way to log a user's time on a computer. I need a way to know when a user logs off their computer.
    Any help would be appreciated and much needed.

    Thanks All,

    ande211

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Make a simple invisible form to run at startup, that will close on attempt to shutdown
    Paste this into the form_unload event:


    open filename for append as #1
    print #1, now
    close #1

    And set the filename to the filepath where you want the dates to be stored.

    Good luck!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width