Click to See Complete Forum and Search --> : Putting a picture in an ActiveX


drick
August 6th, 1999, 08:34 AM
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

Ravi Kiran
August 8th, 1999, 08:44 PM
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