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 中创建一个自定义按钮,如下所示,
它是一个 png 图像,我需要处理按钮单击/按钮悬停事件,每个事件都有不同的图像。我如何在 VC++/MFC 中做到这一点
查看文档。有一个函数 CMFCButton::SetImage 可以获取 3 张正常、热和禁用的图像。