Hi all,

does anyone know how to fire an event with a parameter that is not of a simple type ?

I created a class : CMyClass.

I have an activeX control.

I want to fire an event from the activeX control, with a parameter that's an instance of CMyClass.

is that possible ?

Thanks.