Save/Restore Position of MDI-Childs
C / C++ / MFC
2
Posts
2
Posters
1
Views
1
Watching
-
I want to save/restore size and position of midi-child-frames. The size is OK, but position seems to have an offset of mainframes toolbar,menu and border. I use Get/SetWindowRect(). Any idea?
-
I want to save/restore size and position of midi-child-frames. The size is OK, but position seems to have an offset of mainframes toolbar,menu and border. I use Get/SetWindowRect(). Any idea?
Have you tried Get/SetWindowPlacement() ? Dave