Setting Excel toolbar or menu icon in C# WITHOUT using builtin icons
Aaron,
You can't.
You have to use the clipboard to some extent to set the control's
face, either by copying a picture and pasting it, or by copying
another face using .CopyFace and .PasteFace.
HTH,
Bernie
MS Excel MVP
"Aaron Queenan" wrote in
message ...
How can I set the icon of a toolbar option or menu icon without
using the
builtin icons and without using the clipboard?
Thanks,
Aaron Queenan.
|