user interface - Dock a control in native C++ -
I know how to do this. Net but in Basic Win32, how does one control?
Thanks
Dock it at the bottom of your original window
You write a code to do this, or use a library that uses that functionality. If you intend to use raw Win32, handle the WM_SIZE message for the container, calculate where the tracker should be, and put it there. Roughly (0, height-trackbar_height, width, trackbar_heite).
Apparently, still visiting.
Comments
Post a Comment