Microsoft Office Icons (ImageMSO) Gallery & Extraction
Microsoft Excel Add-In to browse and save icons from Microsoft Office. Includes a compilation of 8,899 image names and a library for use with Excel development.
Microsoft Excel Add-In to browse and save icons from Microsoft Office. Includes a compilation of 8,899 image names and a library for use with Excel development.
In building Microsoft Office Add-Ins and applications, ImageMSO icons (the images embedded in Microsoft Office core Applications that graphically represent controls) have come to frequent use as they very effectively illustrate several actions intended by underlying controls. Outside of the Microsoft Office embedded development environments though, ImageMSO icons are difficult to extract and use, as is the case with compiled .NET Add-Ins.
Searching online, there are resources provided by Microsoft as well as many posts that outline do-it-yourself processes to aide in finding and extracting ImageMSO icons for custom use but these resources have the following limitations:
- Searching ImageMSO names by keywords and correlating those names to images is a tedious and error prone process.
- The process to build a onetime solution to extract the ImageMSO icons, when only a few icons might be targeted, is repeated by every user and developer.
- The do-it-yourself solutions require development knowledge and an integrated development environment even when the purpose does not warrant such measures.
This project amalgamates and extends the knowledge base and presents it in a development ready library and user friendly Microsoft Excel Add-In.
- A library class that encapsulates the collection of 8,899 distinct ImageMso names formed by the union of values collected from 2007 Office System Add-In: Icons Gallery, Office 2010 Add-In: Icons Gallery, Appendix A: Custom UI Control ID Tables, MS-CUSTOMUI imageMso Table and Microsoft Office Document: MS-CUSTOMUI2 Supporting Documentation.
- A library class that encapsulates the methods to copy ImageMSO icons to a usable GDI+ bitmap in custom specified sizes for use with Microsoft Excel development based off the answer on Stack Overflow in response to the question How to save ImageMSO icon from Microsoft Office 2007? which was turn based off the MSDN blog post Preserving the alpha channel when converting images.
- A Microsoft Excel Add-In, powered by Excel-DNA, that enables the user to:
- filter ImageMSO names by keywords
- copy ImageMSO names to clipboard
- copy ImageMSO icons to clipboard
- drag & drop ImageMSO icons into Microsoft Office applications
- export ImageMSO icons, by way of IconLib, in multiple sizes to a single icon resource file
- save ImageMSO icons to several image file formats
- Excel-DNA - Free and easy .NET for Excel
- IconLib - Icons Unfolded (MultiIcon and Windows Vista supported)
- About the Author
You are also encouraged to directly contact the author by e-mail with questions, comments or suggestions.