CommandBarPopup with icon, help needed!

C

Cornel Gligan

Hi!

Is anyone who can tell me how can I set an icon to a custom CommandBarPopup
programmatically (through C++ or VB code) ?

Thank you in advance!

Cornel Gligan-Ignatescu
 
K

Ken Slovak - [MVP - Outlook]

Please don't multipost. Pick only one or two groups to post in.

If you mean how to make an icon be the image for a CommandBar control, you
would put it into the Clipboard and then add it to the control using the
PasteFace method.
 
S

Steve Easton

If it's an icon common to all windows versions, here's one way that might work.
<img src="sysimage://explorer.exe,0>

Will call the My Computer Icon.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top