Microsoft KB Archive/102645

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 18:14, 16 July 2020 by X010 (talk | contribs) (1 revision imported: importing part 1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PRB: Min/Max Boxes Do Not Work with DS_MODALFRAME

Q102645

3.00 3.10 WINDOWS kbprg kbprb



The information in this article applies to:


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





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 : kb16bitonly kbDlg kbSDKPlatform kbWndwProp
Issue type : kbprb
Technology : kbAudDeveloper kbWin3xSearch kbSDKSearch kbWinSDKSearch kbWinSDK310 kbWinSDK311


Last Reviewed: June 9, 1999
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.