PRB: Min/Max Boxes Do Not Work with DS_MODALFRAME
Article ID: 102645
Article Last Modified on 3/7/2005
APPLIES TO
- Microsoft Windows Software Development Kit 3.1
- Microsoft Windows Software Development Kit 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.
Additional query words: 3.10
Keywords: kbwndwprop kb16bitonly kbprb kbdlg KB102645