I'm using VB 6 to program outlook com add-in. I want to ask is there anybody who knows how to put your own icon / picture on the command bar button.

I've tried this but it didn't work for me.

button1.Picture = LoadPicture("xyz.ico")

(button1 is created on the command bar already) confused: