#include "mResize.h"
wResize myWindows;
//Only use this line if you created your menu with the neccessary API calls.
//Prior to adding your child windows to the class.
//MyWindows->AddMenuHeight(MainWindow());
//On your window initalizers
HWND hButton1 = GetDlgItem(MainWindow(), IDC_BUTTON1);
myWindows.AddWindow(MainWindow(), hButton1, true, true, true, true); //this example will resize height and width
//On your dialog process callback
case WM_SIZE: { return myWindows.ResizeWindows(); }
-
Notifications
You must be signed in to change notification settings - Fork 0
The math behind window anchoring.
License
OneMeanDragon/wResize
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
The math behind window anchoring.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published