I'd like to put a resize grip (3 diagonal lines) in the lower right corner of my resizable modal dialog. Hopefully, without a visible status bar or scroll bars required. But I'll take any suggestions. For example, Visual Studio's File Open dialog.
Printable View
I'd like to put a resize grip (3 diagonal lines) in the lower right corner of my resizable modal dialog. Hopefully, without a visible status bar or scroll bars required. But I'll take any suggestions. For example, Visual Studio's File Open dialog.
put a scroll bar in the lower right hand corner, then modify the style
to SBS_SIZEBOX. the scroll bar will then change into the gripper.
OR
use the function
Drawframecontrol with the DFCS_SCROLLSIZEGRIP flag.
Hope this helps,
Mark