I’m deep into a MFC project that I originally didn’t think needed a toolbar, so I didn’t have the app wizard put it in. Now I’m regretting it and I need the default new file and save file toolbar items. I know I can create a toolbar from the resource view but I can’t figure out how to get the default images for those items. I tried the import option under add resource, but the imported image gets placed in a separate BMP Resource, not my toolbar resource. How do I get the default toolbar images?
Share
The fastest way is to create a new empty project with a toolbar and to copy/paste from there all toolbar related code. Please let me know if you need farther assistance.