mfc >> Adding a tool bar to a form view

by William Gower » Sat, 29 Nov 2003 04:44:57 GMT

Do I add a tool bar to a Form View the same way that I add a tool bar to a
dialog box?




mfc >> Adding a tool bar to a form view

by Scott McPhillips [MVP] » Sat, 29 Nov 2003 09:05:28 GMT






Yes. Have you seen the DlgCbr32 sample code?

--
Scott McPhillips [VC++ MVP]




Similar Threads

1. Updating a View Tied to a Tool Bar.

I want to update a view that is associated to a toolbar 
in the main frame.  It is a MDI project with a 
View/Document active on the right side and CFormViews on 
the left side.  The problem is I want to update the list 
boxes etc in the CForm View when I modify the document on 
the right hand side.  How do I trigger this ??? 

Bob

2. Adding custom list and text boxes to the custom tool bar from Excel C API

3. I need to add tool bar in my application

4. Can't add buttons to vertical tool bar ??? - Borland C++ Builder VCL Components

5. How to add a status bar on the views of CSplitterWnd

How to add a status bar on the views of  CSplitterWnd?


6. How to bring Built-in Menu/Tool Bar using C# to windows Form

7. form views in docked bars

Hi,
in my single document application I create a form view object as a child
of a docked bar object. Anything works fine if the docked bar window is
inside the frame window. If I move the docked bar outside the frame it
is still ok. After finishing the program and reopen it (the bar position
is saved and reloaded) only the bar appears and the form view components
like buttons does not appear. Where is the mistake, or it is not
possible to use a form view inside a docked bar?

thanks,
Steffen

8. CDialog and Status Bars (and Tool bars)