View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.interopoledde,microsoft.public.excel.programming
Bernie Deitrick[_2_] Bernie Deitrick[_2_] is offline
external usenet poster
 
Posts: 176
Default 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.