hi
i have just got my feet wet in COM+..i have a question
regarding COM+ Events that has something to do with interfaces..any idea about this?
Lets say I have a standard COM component (COM.dll) which containts over 10 methods. lets assume one of them is named Notify() that returns a string "Hello World".
Now suppose i want to create an object(SUBR.dll) that wants to subscribe to Notify().
How do i achieve that using COM+ Events ?
Should I have an Interface which COM.dll implements and get SUB.dll to implement it ?
i have a feeling im missing somethin...please explain it in VB
vickram
i have just got my feet wet in COM+..i have a question
regarding COM+ Events that has something to do with interfaces..any idea about this?
Lets say I have a standard COM component (COM.dll) which containts over 10 methods. lets assume one of them is named Notify() that returns a string "Hello World".
Now suppose i want to create an object(SUBR.dll) that wants to subscribe to Notify().
How do i achieve that using COM+ Events ?
Should I have an Interface which COM.dll implements and get SUB.dll to implement it ?
i have a feeling im missing somethin...please explain it in VB
vickram