View Desktop of another pc using C# program
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi!! Can we make a program which can access the display of a pc from another... just see the desktop(not manipulate it)...
It's the same as doing it with the manipulation capability. You need to have 2 apps. One running on your monitor machine that shows you what's on the remote desktop and an app running on the remote desktop that puts the screen view together and sends it to your monitoring workstation. Google for "C# VNC" and you'll find examples and libraries.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak