CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    4

    How to get resize gripper in dialog corner



    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.

  2. #2
    Join Date
    May 1999
    Posts
    20

    Re: How to get resize gripper in dialog corner



    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured