Click to See Complete Forum and Search --> : event notification DLL to GUI Application


anand_thakur
May 30th, 2003, 01:23 AM
I m working on a event notification application.. i have made a publisher DLL with event class and registered at COM+ services and also a subscriber DLL which are implementing the publisher' event..(like loosly couple example in msdn).. after a subscription the subscriber DLL is getting the notification.

Now i have added subscriber DLL in my GUI exe application...but when the event occur or when the event notification is generated my application didnt get any response from subscriber DLL...WHY?

how my appication will get response from subscriber DLL, that when event occur....i have already used "withevents" but nothing happened?

anand