
GetClientRect returns different values each time app is run
Think I've found this one. Although I was showing it maximized, I didn't
have the WS_MAXIMIZE flag set in the CREATESTRUCT.
Quote:
> Why does GetClientRect() return different values each time I run my app?
> The main frame (SDI) is always shown maximized.
> Cheers,
> James