Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 MFC 中创建了工具栏,现在我正在尝试在其中一个按钮上添加弹出菜单。谁能给我一些提示。
事实上,我不知道如何显示曾经与工具栏按钮相连的向下箭头。
谢谢
看到这个http://msdn.microsoft.com/en-us/library/1ke6s1fc(v=vs.80).aspx
为了创建弹出菜单,我已经覆盖了这个功能。
afx_msg int OnCreateControl(LPCREATECONTROLSTRUCT lpCreateControl);