Size of the Single Document
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hey any one know how to get the size of the Single Document?? When the user resize the Form I want to know what's the length and width of the resized form!!! Thanks for anyone that helps!!!!!
If you're talking an SDI app,
AfxGetMainWnd()->GetWindowRect()
will do it. -
If you're talking an SDI app,
AfxGetMainWnd()->GetWindowRect()
will do it.