I'm trying to share a single window instead of the entire desktop. My attention
is on the constructor of the DeviceFrameBuffer class (I'm talking about the
Windows version).
I made the following changes:
// Try to get the handle of the active window (the result is not null)
HWND hGAW = GetForegroundWindow();
// Create a WindowDC object
WindowDC win = WindowDC(hGAW);
// Retrieve the device context of the window (again not null)
HDC myDev = win.operator HDC();
// get the rectangle relative to the device context
deviceCoords = DeviceContext::getClipBox(myDev);
But the result is deviceCoords=( (0,0) , (0,0) )
Any suggestions?
Alessandro Cataldi
---------------------------------
Yahoo! Messenger: chiamate gratuite in tutto il mondo
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list