PRB: Min/Max Boxes Do Not Work with DS_MODALFRAME (102645)



The information in this article applies to:

  • Microsoft Windows Software Development Kit (SDK) 3.1
  • Microsoft Windows Software Development Kit (SDK) 3.11

This article was previously published under Q102645
3.00 3.10 WINDOWS kbprg kbprb

SYMPTOMS

When I use the WS_MIMIMIZEBOX or WS_MAXIMIZEBOX styles in a dialog box with a DS_MODALFRAME style, the up/down arrows are offset up and to the right when I click them with the mouse.

CAUSE

The WS_MINIMIZEBOX and WS_MAXIMIZEBOX styles cannot be used with the DS_MODALFRAME frame style. (Menus are also incompatible with this frame style. For more information, please see the following article in the Microsoft Knowledge Base:

ARTICLE-ID: Q71499 TITLE : Menus Supported in Dialog Boxes w/o DS MODALFRAME Style

RESOLUTION

Use a different frame style, such as WS_BORDER.

Modification Type:MinorLast Reviewed:3/7/2005
Keywords:kb16bitonly kbDlg kbprb kbWndwProp KB102645