Remote Task manager
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
Hi All, I would like to develop a Remote Task Manager utility, which reads the Tasks running on a remote machine(s). Does anybody give me a hint, how it can be done in C++/MFC. Thanks in Advance :) Regards, Satya
Hi, You can implement this using tool-help library... For more information search MSDN with "tool-help Library". Rest is sockets. Hope this will help you.
-
Hi All, I would like to develop a Remote Task Manager utility, which reads the Tasks running on a remote machine(s). Does anybody give me a hint, how it can be done in C++/MFC. Thanks in Advance :) Regards, Satya