Vivek Kumar
Vivek Kumar

Reputation: 5040

Popup menu in toolbar MFC

I am created toolbar in MFC, now I am trying to add pop-up menu on one of button. Can anyone please give me some hint for doing this.

Infact I am not getting how to show the down arrow which used to attached with the toolbar buttons.

Thanks

Upvotes: 0

Views: 2020

Answers (2)

Vivek Kumar
Vivek Kumar

Reputation: 5040

for creating the pop-up menu I have gone through overriding this function.

afx_msg int OnCreateControl(LPCREATECONTROLSTRUCT lpCreateControl);

Upvotes: 0

Related Questions