Click to See Complete Forum and Search --> : How to get resize gripper in dialog corner


Andy
March 30th, 1999, 08:13 AM
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.

Mark
March 30th, 1999, 01:43 PM
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