- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I need some help for getting rid of the Minimise and Maximise Box on the Child windows. I have created my child windows using wm_mdicreate message.Thanks
-RJAR
I need some help for getting rid of the Minimise and Maximise Box on the Child windows. I have created my child windows using wm_mdicreate message.Thanks
-RJAR
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Exclude WS_MINIMIZEBOX and WS_MAXIMIZEBOX bits from MDICREATESTRUCT%style member, e.g.
MCS%style = IAND(MDIS_ALLCHILDSTYLES, NOT(IOR(WS_MINIMIZEBOX, WS_MAXIMIZEBOX))).

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page