Get all users with Process running

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Windows Server 2003 using terminal services.
Using access 2003 vb6.3 to update a SQL table that contains user permissions
for another application.
Need to identify all users that have this application running before and
after updating this table.
Need a way to look at the processes by name and retrieve the user name for
each occurance of the process on the local machine and on another machine.
 
GetProcessesByName I believe is what I need to use. How do I call this from
within an access 2003 VBA procedure?
 
Back
Top