In MFC add file toolbar is that possible?
Using any language, in MFC add file toolbar is there a function or method? I've been doing some research and it is not that clear if there is such functionality.
Using any language, in MFC add file toolbar is there a function or method? I've been doing some research and it is not that clear if there is such functionality.
Â
Hi,
You can add toolbars in MFC. Follow the steps below to add the file toolbar:
1. Run MFC from the desktop on your computer. If you do not have it on the desktop then go to the folder where you saved MFC on your computer. Right click on the exe file and select create shortcut. You will be asked to select the location of the shortcut, select desktop and click create shortcut. The desktop shortcut will now be created.
2. Double click on the desktop shortcut to run the program.
3. Go to the settings tab and click toolbars. A list of default toolbars will appear, select the file toolbar and click ok.
4. Now, exit the settings tab and you will see the file toolbar.
Â