• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

i want toolbar button icons as an image file...how can i?

tooltime

Golden Member
can i do this and how?

so what i am looking for is some of the toolbar buttons on excels toolbars as a file to paste into a document...
 
There are a couple of different ways. You can always use a screen cap utility and just capture the buttons as bitmaps. Paintshop Pro will do it, as will a number of other tools.

You can also use a resource compiler to decompile the resources for the apps. You'll find the resources either in the .exe file, or in .dll files associated with the application. There are free alternatives to Microsoft's RC tool out there, and you can get RC with the free versions of Microsoft's development tools.
 
Or, you can use a program like Microangelo - been using it for years - since Win 3.0. It allows you to capture icons from within programs, then save them as .ICO image files. They in turn can be converted to .BMP or what ever. Screen clips and crops can also work,
MuA

I have used such icons in articles, and my word processor accepts the .ICO files. They are standard image files and can be put in directly. Here's an example:

ICO
 
Here's another example. This an icon actually in my tray. Step 1 was to use Microangelo's Librarian, and find the icon in the ZA .exe file, and save it as an .ICO file. Step 2, open the word processor and insert the .ICO file as just another graphic file. Result:

ZA

And here's another common, Internet Explorer:

IE
 
You could just do it in Microsoft Paint.

Press Print Scrn to take a screen shot. Open Paint and paste the screen shot. Cut what you want and paste it in a new document, about 24x24 and save. There is your button.
 
Originally posted by: corkyg
Here's another example. This an icon actually in my tray. Step 1 was to use Microangelo's Librarian, and find the icon in the ZA .exe file, and save it as an .ICO file. Step 2, open the word processor and insert the .ICO file as just another graphic file. Result:

ZA

And here's another common, Internet Explorer:

IE



great job! thank you!
 
Back
Top