Tagged Questions
0
votes
1answer
158 views
Alternative to GetClientRect?
I am monitoring DirectX application that is in windowed mode on Vista. GetClientRect reports correct size until application is minimized and restored then it always returns the preview size (106x160).
...
0
votes
3answers
211 views
How to get the full client rect?
The GetClientRect function, according to MSDN, is actually only good for determining the client width & height, since left & top are always zero. Is there a way to get the complete client ...