Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created IE toolbar using ATL COM, which was posted in CodeProject at Internet Explorer Toolbar (Deskband) Tutorial[^]. I am not using MFC,WTL. I have created toolbar using ATL COM, Win32 and am very new to COM programming. I have enabled Chevron by adding flag DBIMF_USECHEVRON in DESKBANDINFO structure.

pdbi->dwModeFlags = DBIMF_BKCOLOR |DBIMF_VARIABLEHEIGHT | DBIMF_USECHEVRON | DBIMF_BREAK ;


Chevron is getting created when I resize my IE toolbar below the Actual size given in pdbi->ptActual.x = 600; and it is listing all the toolbar buttons which are hidden as a list. But I am not able to do anything with the buttons that are listed. Even I am not able to catch this message:

VB
NOTIFY_CODE_HANDLER(RBN_CHEVRONPUSHED, OnChevronPushed


Please help to catch the chevron so that I can handle my toolbar buttons. Thanks in advance.
Posted
Updated 21-Jun-10 3:34am
v2

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