R
Ryan
I've been trying to set the picture on a commandbarbutton but I keep
getting an
automation error, catastrophic failure
error. I've tried this way:
Dim graphic As IPictureDisp
graphic = LoadPicture("c:\on.bmp")
oCBB_Switch.Picture = graphic
The picture loads correctly but when I assign the picture i get the
error. Can someone please help me out this it driving crazy.
Thanks
getting an
automation error, catastrophic failure
error. I've tried this way:
Dim graphic As IPictureDisp
graphic = LoadPicture("c:\on.bmp")
oCBB_Switch.Picture = graphic
The picture loads correctly but when I assign the picture i get the
error. Can someone please help me out this it driving crazy.
Thanks