K
kevinforbes
I have one dll and one exe/assembly that references the dll.
DLL contains:
- one class (class1)
- one module (mod1) - which contains several events that I need
EXE/Assembly instantiates class1, how do I get the events when they are
raised from mod1?
I can't add a handler to a module event and I can't handle the event
from class1 as a module can't be declared "WithEvents".
I'm stuck, any help would be much appreciated.
thanks in advance,
KF
DLL contains:
- one class (class1)
- one module (mod1) - which contains several events that I need
EXE/Assembly instantiates class1, how do I get the events when they are
raised from mod1?
I can't add a handler to a module event and I can't handle the event
from class1 as a module can't be declared "WithEvents".
I'm stuck, any help would be much appreciated.
thanks in advance,
KF