Hi, i’m trying to change image of a outlookshortcutbar item at runtime but doesn’t work. If i load the same image at design time it work fine.
That’s my code:
Dim image As Image
image.FromFile(“c:\xxx\xxx.png”)
Me.mnuBar.Items(0).Items(0).Image = image
When i lunch the application the icon disappear.
Thanks.
Imported from legacy forums. Posted by evanlucker (had 2099 views)