I'd like some of the objects in my dialog window to adjust their size when the splitter is moved...
For example, I'd like my Edit Box to shrink/grow instead of staying the same size (and displaying scroll bars when needed)...
How do I do this? I noticed a DMM_MOVE_SPLITTER message but I'm not sure if this is what I need or how to check for it...
Thanks, John
I found it... I needed to check for WM_SIZE messages in case anybody is wondering...
I'd like some of the objects in my dialog window to adjust their size when the splitter is moved...
For example, I'd like my Edit Box to shrink/grow instead of staying the same size (and displaying scroll bars when needed)...
How do I do this? I noticed a DMM_MOVE_SPLITTER message but I'm not sure if this is what I need or how to check for it...
Thanks,
John
I found it... I needed to check for WM_SIZE messages in case anybody is wondering...