Tagged Questions
0
votes
3answers
224 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 ...