Click here to Skip to main content
15,896,474 members

Comments by Sharon F (Top 3 by date)

Sharon F 14-Feb-11 13:11pm View    
This one seemed to work OK however it left an empty space when it was disabled (0 height). See my solution below - it just needed the size message to get to the right part of the frame work to readjust the child frame. Thank you for your help!
Sharon F 14-Feb-11 13:06pm View    
I did try your idea of a fresh project and it seemed to work nicely. I'll keep looking at my code.
Sharon F 11-Feb-11 19:12pm View    
This works when hiding but when showing, the program crashes on the first line of the CWnd::MoveWindow() function that is called from AdjustDockinglayout() in CBasePane::ShowPane() with an unhandled exception. (My guess is this is caused when it trys to resize the child frame when tabbed documents are used in an MDI app.)