如何找到MFC在工具栏中添加工具栏按钮的代码段?

问题描述:

在向导生成工具栏代码的MFC项目中,如何找到MFC为工具栏添加工具栏按钮以编辑/添加自定义代码的代码段?

In an MFC project in which toolbar codes were generated by wizard how does one locate the code segment in which MFC added toolbars buttons to the Toolbar for the purpose of editing/adding customization code?

这是我将MFC vs2008转换为MFC vs2010项目,但有些按钮正在生成其他命令。如何更正此问题? [ ^ ]。我已建议您查看资源以查找工具栏按钮及其标记值,以查看自转换代码后它们是否已更改。
This is a continuation of I converted an MFC vs2008 to an MFC vs2010 project but some of the buttons are generating other commands.How do I correct this?[^]. I already suggested that you look in your resources to find the toolbar buttons and their tag values, to see whether they have changed since you converted your code.