Reputation: 5040
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
Reputation: 5040
for creating the pop-up menu I have gone through overriding this function.
afx_msg int OnCreateControl(LPCREATECONTROLSTRUCT lpCreateControl);
Upvotes: 0
Reputation: 4663
see this http://msdn.microsoft.com/en-us/library/1ke6s1fc(v=vs.80).aspx
Upvotes: 1