Making a toolbar floatable and dockable in ATL 
Author Message
 Making a toolbar floatable and dockable in ATL

Hi,

I am making use of atlcontrols.h (provided with ATLCON sample) for creating
a toolbar in ATL. I am creating the toolbar like this:

.
.
.

 m_objToolBarCtrl.Create(m_hWnd, NULL, NULL,  WS_CHILD | TBSTYLE_TOOLTIPS |
CCS_ADJUSTABLE | TBSTYLE_WRAPABLE,

WS_EX_PALETTEWINDOW);
 m_objToolBarCtrl.SetButtonStructSize(sizeof(TBBUTTON));
 m_objToolBarCtrl.AddBitmap(10, IDR_MYTOOLBAR);
.
.
.

I want the toolbar to be dockable and floating. Please tell me how to do
that.

Thanks,
Ganesh.



Fri, 07 Feb 2003 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. making a dockable Toolbar NOT Floating

2. Non Floatable ToolBar ?

3. Non-Floatable, Bottom-Aligned Toolbar

4. Dockable toolbars?

5. Dockable toolbars? (again)

6. Dockable toolbars.

7. dockable toolbars

8. Dockable toolbar in dialog based window

9. Dockable toolbars

10. Dockable "Menu" toolbars

11. ? Dockable ToolBar and Menu ?

12. Dockable toolbar

 

 
Powered by phpBB® Forum Software