Using EasySize
-
I am using Marc's EasySize.h for easy resizing of controls within a dialog-based application. I need help with getting the message map right for the following controls: 1) I have two list controls side-by-side that I want to resize proportionately to the resize. How do I code the message map for the easy size? EASYSIZE( control, left, top, right, bottom, options ) 2) Also in the dialog I have 5 buttons that are lined up on the bottom of the dialog centered horizontally. Can someone help me get the message map right for these controls as well? THANKS!
-
I am using Marc's EasySize.h for easy resizing of controls within a dialog-based application. I need help with getting the message map right for the following controls: 1) I have two list controls side-by-side that I want to resize proportionately to the resize. How do I code the message map for the easy size? EASYSIZE( control, left, top, right, bottom, options ) 2) Also in the dialog I have 5 buttons that are lined up on the bottom of the dialog centered horizontally. Can someone help me get the message map right for these controls as well? THANKS!
Can u be a bit more specific about ur question? what exactly do u need? Do you want to know how to resize the controls, or how your function works?
Remember... testing & debugging are always part of programming ...so exterminate those stinking bugs
-
I am using Marc's EasySize.h for easy resizing of controls within a dialog-based application. I need help with getting the message map right for the following controls: 1) I have two list controls side-by-side that I want to resize proportionately to the resize. How do I code the message map for the easy size? EASYSIZE( control, left, top, right, bottom, options ) 2) Also in the dialog I have 5 buttons that are lined up on the bottom of the dialog centered horizontally. Can someone help me get the message map right for these controls as well? THANKS!
If you download the source code of the [following article](https://www.codeproject.com/Articles/1657/EasySize-Dialog-resizing-in-no-time) , you will see examples of different alignments of controls.
- Michael Haephrati מיכאל האפרתי