Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello group,
Can someone tell me where are those toolbar button images stored? In what format? .bmp, .png, or...? Thanks very much, -fengk |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
AFAIK they are stored in Excel's *.xlb files -- Regards Frank Kabel Frankfurt, Germany "fengk" <kelieDOTfengNOSPAMATm-eDOTcom schrieb im Newsbeitrag ... Hello group, Can someone tell me where are those toolbar button images stored? In what format? .bmp, .png, or...? Thanks very much, -fengk |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if you have xlXP or newer:
you can get an IPICTDISP object from .picture and .mask properties of the control. then use stdole.SavePicture to store as bitmap. THEN you'll have the problem of making it transparent. but many batchconverters can help you there. I have a complete iconlibrary(ICL) available. visit my site and find out how to get it. keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "fengk" <kelieDOTfengNOSPAMATm-eDOTcom wrote: Hello group, Can someone tell me where are those toolbar button images stored? In what format? .bmp, .png, or...? Thanks very much, -fengk |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I customise quick access toolbar button images in Excel 200 | Excel Discussion (Misc queries) | |||
Export custom Macro Button Images | Excel Discussion (Misc queries) | |||
Delete a custom button by holding down the ALT key and dragging the button off the toolbar | Excel Programming | |||
Copy button images | Excel Programming | |||
How to add images to custom toolbar buttons? | Excel Programming |