Workbooks
- Are there any examples or descriptions of using the tab control in a dialog like the paragraph describing the use of the grid in a dialog?
- How can I subclass the CGXTabBeam when the associated CGXTabWnd is embedded in a dialog?
- How can I use a CGXTabWnd in a static splitter window.
- Is it possible to have individual menus for the different worksheets?
- Is there a way to dynamically add and delete views at runtime?
- I've got a CGXTabWnd with about a dozen tabs on it. I need to be able to control which of the dozen tabs are shown (or hidden).
- How can I insert and remove worksheets at runtime?
- I'm using CGXTabWnd and embedding classes derived from CListView. I'm having trouble getting the scroll bars right. I've overridden GetScrollBarCtrl in my view class and return a pointer to the tab window's scroll bar.
- I would like my users to be able to print all worksheets in my CGXTabWnd with one command. The print dialog should be only displayed for the first view. How can I do this?