Click here to Skip to main content
15,922,325 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Okay, I am writing an MFC drawing app. I wish to add additional tool bar images/buttons to the toolbar for the purpose of drawing. Specifically I wish to add buttons for AddLine, AddRectangle,AddText,AddArrow etc. Please is there a way I can add these images/toolbar buttons to my app? What is their predefined resource id ( By perdefined resource Id I mean something like ID_FILE_NEW for New, ID_FILE_OPEN for Open etc.
Posted

1 solution

you can find such values with hitting F12 or contexte menu "Goto definition"

But it is recommanded to use the defines directly.

Tip: open your rc file in text mode or with a text editor to understand and manipulate it directly.
 
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