How can i put a picture of an imagelist
in a pictureBox of my activeX
i have create a sub:
public sub Picture(pic as PictureBox)
but it's not running
Please Help me
Printable View
How can i put a picture of an imagelist
in a pictureBox of my activeX
i have create a sub:
public sub Picture(pic as PictureBox)
but it's not running
Please Help me
The question is not clear!..
Anyway, if you want a VB control in the Public interface of your activeX, then try defining it as Object
public sub Picture(pic as Object)
RK