Description: MFC/C++ Helper Class for Window Resizing. In MFC, resizing or repositioning controls could be quite bothersome. If you are familiar with the .NET platform, things are much more simplified with the use of the Anchor and Dock properties of the Control class and design-time support for adding child controls to container controls. I tried to mimic some of these features of .NET, but the C++ way.
To Search:
File list (Check if you may need any files):
WndResizerApp\Example01Dlg.cpp
.............\Example01Dlg.h
.............\Example02Dlg.cpp
.............\Example02Dlg.h
.............\Example03Dlg.cpp
.............\Example03Dlg.h
.............\Example04Dlg.cpp
.............\Example04Dlg.h
.............\Example05Dlg.cpp
.............\Example05Dlg.h
.............\Example06Dlg.cpp
.............\Example06Dlg.h
.............\Example07Dlg.cpp
.............\Example07Dlg.h
.............\Example08Dlg.cpp
.............\Example08Dlg.h
.............\Example09Dlg.cpp
.............\Example09Dlg.h
.............\ReadMe.txt
.............\res
.............\...\WndResizerApp.ico
.............\...\WndResizerApp.rc2
.............\resource.h
.............\stdafx.cpp
.............\stdafx.h
.............\SwitchBoardDlg.cpp
.............\SwitchBoardDlg.h
.............\targetver.h
.............\TestDlg.cpp
.............\TestDlg.h
.............\WndResizer.cpp
.............\WndResizer.h
.............\WndResizerApp.cpp
.............\WndResizerApp.h
.............\WndResizerApp.rc
.............\WndResizerApp.vcproj
WndResizerApp
WndResizer.sln