Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.14 KB

File metadata and controls

29 lines (19 loc) · 1.14 KB
description Learn more about: Using Your Old Toolbars
title Using Your Old Toolbars
ms.date 11/04/2016
f1_keywords
COldToolBar
helpviewer_keywords
toolbars [MFC], backward compatibility
COldToolBar class [MFC]
ms.assetid 3543257c-8547-43f0-a66a-ee641dc1cf89

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