Click to See Complete Forum and Search --> : MFC ControlBar View


sreethir
May 17th, 1999, 08:39 AM
1)In an MDI apllication, there is a tab control on Left Hand Side of the main frame window.There is a control bar which contains the tab control.Each tab in the tab control should be associated with a view.Is this possible ? If so,how ?

2) Continuation of the first query.
The view should not be destroyed but should be hidden, in which case the document object is alive.Only when the mainframe is closed then all views and respective objects should be destroyed.