Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am aware that you can set taskbar overlay with
C++
BOOL SetTaskbarOverlayIcon(UINT nIDResource, LPCTSTR lpcszDescr)

But this works only if you inherit from
C++
CFrameWndEx
or
C++
CFrameWnd

Is there any workaround where you can use same functionality if you inherit from
C++
CDialogEx
or
C++
CDialog
Posted
Updated 28-Jan-15 18:38pm
v2

1 solution

The documentation[^] clearly shows that this function belongs to the CFrameWnd class, which CDialog does not inherit.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900