Active X exe-Control problem

--------------------------------------------------------------------------------

Hi all,

Some time ago, I implemented a control that contained a image control and a image list, I called it ImageSet and it has been running well.

I've implemented an Active X server, which contains an object with a function whose only parameter is a reference to my ImageSet control (parameter is declared As Object). When I pass a reference to my control, my ActiveX server can't access to it, and if I try to view the control property values using the debug window (always from my ActiveX server), then VB suffers an automation error -2147417851 (80010105)

Anybody has experienced it? Anybody can help me?

Thank you all.