Hi Jez, > If I wanted to use a scroll bar for part of the window - say, within a > tabstrip, would the approach be to create another window and apply the > scroll bar to that?
Yes. Bear in mind that the scrollbars are ONLY scrollbars, they do not have any effect on the window contents unless you implement the effect they're supposed to have yourself. Therefore, you should move all your widgets yourself, or place them in a child window and simply move the child window. Steve