Hi,

I have a function contained in a dll file that was written in vb.net. I can invoke methods in this dll ex. mydll.write(data). The problem I am having is that this dll also raises an event but I can't seem to figure out how to get this event trigged in c#.

Any help would be appreciated.

Jeremy