Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 1.54 KB

File metadata and controls

57 lines (48 loc) · 1.54 KB
title Using Your Old Toolbars | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
COldToolBar
dev_langs
C++
helpviewer_keywords
toolbars [C++], backward compatibility
COldToolBar class
ms.assetid 3543257c-8547-43f0-a66a-ee641dc1cf89
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Using Your Old Toolbars

If you have used previous versions of Visual C++ to create customized toolbars, the new implementation of class CToolBar could cause you problems. So that you don't have to give up your old toolbars to use the new functionality, the old implementation is still supported.

The DOCKTOOL sample does not use the old-style toolbars, only the new-style toolbars.

You can't edit old-style toolbars with the toolbar resource editor.

What do you want to know more about

See Also

MFC Toolbar Implementation