Source of bitmaps and masks for CommandBarButtons?

  • Thread starter Thread starter robert.waters
  • Start date Start date
R

robert.waters

Does anyone know of a place to find already-created bmps and their
masks for use in icons for CommandBarButtons (.Style =
msoButtonIconAndCaption etc.)?

Or even the location of the ones used in Access? I am able to extract
the IPictureDisp objects from already created CommandBar items
("CommandBars("command bar name").Controls(n).Picture/Mask") but I
would love to know where they are stored, so that I can browse through
available icons (there's no 'Path' or location information available
from the IPictureDisp obj).

Reference: http://support.microsoft.com/kb/286460

Thanks!
 
Does anyone know of a place to find already-created bmps and their
masks for use in icons for CommandBarButtons (.Style =
msoButtonIconAndCaption etc.)?

Or even the location of the ones used in Access? I am able to extract
the IPictureDisp objects from already created CommandBar items
("CommandBars("command bar name").Controls(n).Picture/Mask") but I
would love to know where they are stored, so that I can browse through
available icons (there's no 'Path' or location information available
from the IPictureDisp obj).

Reference:http://support.microsoft.com/kb/286460

Thanks!

Update:
FYI I have written code to extract all CommandBarControls of type
msoControlButton to file using stdole.StdFunctions.SavePicture.
I don't think this is comprehensive by any means though.
If anyone would like it, let me know and I'll clean it up.

But my first question still remains.
 
Back
Top