I have a persistent LCE that is installed and registered in the COM+
repository and is visible in the Component Services tools.
However I cannot seem to figure out how a windows form instantiates a
subscriber class and passes a mulitcast delegate to the subscriber in
order for the windowsform event handler be called when the LCE is
fired.
Regards
Ken
Tasos Vogiatzoglou - 20 May 2006 11:50 GMT
Check this article ...
http://www.codeproject.com/csharp/solutionlcenotification.asp
Tasos