Hey guys,

First off I'm a c# simpleton so any help is appreciated
but please be patient if I appear ignorant

My issues is this:

! have a set of objects already written in c# which expose events.

I want to create a c# DLL which percolates those events via InterOP to an ActiveX OCX

My question is this:

Can I hook a created event in my DLL to an existing Event in the pre-written object ?

Does that make sense ?

Any help most gratefully received.

Chubby.