How to find out users logged in from Network ?
-
Hi, Im hoping to build an application that would monitor activity on a PC caused by other users logged in over a network or a Microsoft Domain (wateva u mite call it in network jargon ). Would this be possible ? Would i be able to get a handle to the event when a user logs into any of my shared folders, by accessing my PC ? Please give me some pointers, thanx.
-
Hi, Im hoping to build an application that would monitor activity on a PC caused by other users logged in over a network or a Microsoft Domain (wateva u mite call it in network jargon ). Would this be possible ? Would i be able to get a handle to the event when a user logs into any of my shared folders, by accessing my PC ? Please give me some pointers, thanx.
erajsri wrote:
Would i be able to get a handle to the event when a user logs into any of my shared folders, by accessing my PC ?
See
NetConnectionEnum()
.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
erajsri wrote:
Would i be able to get a handle to the event when a user logs into any of my shared folders, by accessing my PC ?
See
NetConnectionEnum()
.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
That is Ok, but what about any events that would fire when a user establishes a connection to a shared resource ( like a shared file or folder ), or is that unsupported ? Where could I get more infor on how file sharing is done on Windows and developing applications for that ?
-
That is Ok, but what about any events that would fire when a user establishes a connection to a shared resource ( like a shared file or folder ), or is that unsupported ? Where could I get more infor on how file sharing is done on Windows and developing applications for that ?
erajsri wrote:
That is Ok, but what about any events that would fire when a user establishes a connection to a shared resource
I do not know of any such event. I would think a timer would suffice.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Hi, Im hoping to build an application that would monitor activity on a PC caused by other users logged in over a network or a Microsoft Domain (wateva u mite call it in network jargon ). Would this be possible ? Would i be able to get a handle to the event when a user logs into any of my shared folders, by accessing my PC ? Please give me some pointers, thanx.
hi i am also doing the same kind of project... where in i have to track the devcies that comes in to network and i have to diaplay the images of them or atleast the name so f them whenever a device comes in to the network. how can it be done? thanks in adavnce