M
Marc
I'm trying to add an image to a commandbar button. I was using
objButton.Picture to load .BMPs onto the buttons. This works great in
Outlook 2002 and 2003 but the Outlook 2000 model doesn't support this. I
know you can use the copyface and pasteface methods to copy an image from
another button but how do you do this if you don't currently have a
commandbar button with the image you want to use?
Using the Outlook 2000 model is there a way to adding a image to a button
from an imagelist or from a button on a form in the add-in ... or any other
way?
Thanks,
Marc
objButton.Picture to load .BMPs onto the buttons. This works great in
Outlook 2002 and 2003 but the Outlook 2000 model doesn't support this. I
know you can use the copyface and pasteface methods to copy an image from
another button but how do you do this if you don't currently have a
commandbar button with the image you want to use?
Using the Outlook 2000 model is there a way to adding a image to a button
from an imagelist or from a button on a form in the add-in ... or any other
way?
Thanks,
Marc