Link to home
Start Free TrialLog in
Avatar of lgxu
lgxu

asked on

Monitor anothor computer screen

How to develop a program to see anothor computer screen in visual c++.I need souce code, if you have please send to me.My email:xulg@yahoo.com
Avatar of roupik
roupik

i can send to you server and client in source - that's general, not vc++ - beacuse of porting to another platforms - under linux u can watch some win screens ;o)

send me your email
If what you want, is so see what's happening on another computers screen, I suggest using ::GetDC(0). This will let you get the Device Context of the entire display, on the computer it's called on. You may then be able to send the DC's bitmap to another computer, using Winsock, serial or whichever method you prefer.
ASKER CERTIFIED SOLUTION
Avatar of ufolk123
ufolk123

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial