C
Captain Chaos
Hello
I use GetObject() to get a running Activex/COM Object.
I now want to use the Eventhandlers of the COM Object.
If want to do:
AddHandler ComObject.EventXY, addressof MyEventHandler
How can I do this with a COM Object. (Late Binded)
Thanx
I use GetObject() to get a running Activex/COM Object.
I now want to use the Eventhandlers of the COM Object.
If want to do:
AddHandler ComObject.EventXY, addressof MyEventHandler
How can I do this with a COM Object. (Late Binded)
Thanx