Hi there, I'd like to add a toolbar to the parent in an MDI file arrangement. When I do this the MDI Client window seems to always want to cover the entire window. How do I get around this? (I trust the principal will be the same for adding a status bar too?
Thanks,
Ben
Yes, you have to resize the MDI client window, not during its creation, but within WM_SIZE handler of the frame window
Ben,
The MDIDEMO in example2 in MASM32 does toolbar & status bars correctly, its in the processing of the WM_SIZE message and its simple enough to do.
Regards,
hutch@pbq.com.au
Thanks a lot, I got it working once I took a look at hutch's example.
Thanks again,
Ben