I don't understand... Where are you suggesting that I call CFrameWnd::RepositionBars() from?
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jason Teagle > Sent: Thursday, August 26, 2004 12:01 PM > To: [EMAIL PROTECTED] > Subject: RE: [msvc] rows of docked toolbars > > Try using CFrameWnd::RepositionBars(). This will allow you to > calculate how > much client area is left in the frame after toolbars are > extracted (and > status bars, for that matter). This will then give you the > area occupied by > the splitter wnd, and you should be able to subtract 2 x > SM_CYEDGE (for the > 3D edges between splitter outer and view outer) to get the > client height of > the view. > -- > Jason Teagle > [EMAIL PROTECTED] > _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
