event notification DLL to GUI Application
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
event notification DLL to GUI Application 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 __________________ ``