Due to windows 7 remote desktop behavior, many users can be logged on to a system.
They wont log off the machine and simply they will disconnect. This leads to problem when next user log in.
So how to find the list of users who logged on to the system using vb6.
In cmd, if we type quser /server:machinename, it will show the list of users.
But in vb6 is there any way to get it?
They wont log off the machine and simply they will disconnect. This leads to problem when next user log in.
So how to find the list of users who logged on to the system using vb6.
In cmd, if we type quser /server:machinename, it will show the list of users.
But in vb6 is there any way to get it?