Session Watcher - See Who's Connected to Your PC and What Files Are Being Accessed
Category:
System/APIType:
ClassesDifficulty:
AdvancedAuthor: Anonymous
Version Compatibility: Visual Basic 6
More information:
The included application monitors sessions that have been established with the local computer by remote machines/users, and then lists the files open by the remote user(s).
1. Create a new project with a new Form
2. Add a new Class Module to the project
3. Add two ListView controls, three Command Buttons, and a Timer.
4. Copy following code into the form and the class module
5. Run the project and test it
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: