Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Subscribing to COM+ events

Status
Not open for further replies.

vickram

Programmer
Aug 29, 2003
7
IN
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top