List Box for displaying active users in a LAN
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
my application needs us to display active users in the network can anyone help me wiht some ideas or codes:confused: mad john
hi, use the NetUserEnum(...) Api you can list all the Users in a Perticular Domain. Hope this will be usefull to you. good luck, uday. uday kiran
-
my application needs us to display active users in the network can anyone help me wiht some ideas or codes:confused: mad john
maybe it is some helpful to you WM_WTSSESSION_CHANGE
-
hi, use the NetUserEnum(...) Api you can list all the Users in a Perticular Domain. Hope this will be usefull to you. good luck, uday. uday kiran