Hi all,

I am working on a SDI application, there I am using a splitter to split the frame into two panes. Now, I want to adjust the pane size, for that I use GetClientRect within the Frame, the only problem is that that Rect returned also includes the size for the Toolbar above. Is there a way, that I can get Rect - the toolbar height??? I'd prefer not do something like RcFrame.Height()-RcToolBarHeight()

Regards,
Usman.