|
-
Jun 25th, 2003, 12:18 PM
#1
Thread Starter
Fanatic Member
Customs Popup menu problem. Please Help
-
Jul 1st, 2003, 11:34 PM
#2
Fanatic Member
In Office 2000 there is no Picture property to popup menu controls (but it would be nice!). If that works in Office XP, I'm not sure why a reference to the MSO library doesn't work, but in my experience references in VBA don't "carry back". Probably MS doesn't allow it so everyone has to buy their new product, but I don't know much about how VBA transfers versions of MSO library references.
The best you get in Office 2000 is the PasteFace function to paste an image from the clipboard. For anything other than standard images, you have to send the image you want to the clipboard and then PasteFace to the popup control.
Hope that helps, at least a little.
-
Jul 3rd, 2003, 10:31 AM
#3
Thread Starter
Fanatic Member
I used the PasteFace method to handle the icon.
I designed a toolbar with all the icons I would be using in my popup menus. This gave me the ability to have icons in my popup menus. by copying the control using the index value to locate it and then PasteFace when I build the Popup.
Thanks for all the help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|