本文介绍了使用任务栏覆盖与CDialog的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道您可以设置任务栏覆盖

I am aware that you can set taskbar overlay with

BOOL SetTaskbarOverlayIcon(UINT nIDResource, LPCTSTR lpcszDescr)



但这只适用于你继承自


But this works only if you inherit from

CFrameWndEx

CFrameWnd



如果您继承了


Is there any workaround where you can use same functionality if you inherit from

CDialogEx

CDialog

推荐答案


这篇关于使用任务栏覆盖与CDialog的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-16 03:52