I\'m fairly new to C# and WPF programing and right now this problem is giving me headaches. What the program should do: The program displays a welcome screen with a text box, where a customer can ent
I have an unmanaged C++ COM server that is setup to fire events, and i am trying to handle these events from my C# app.
I have a C++/ATL COM server that implements IConnectionPoint events.My client is a C# application that attaches to the events.When the COM server is created as a SYSTEM service, the client can properl
I have an automation object with event support that leaks memory. The FConnectionPoints which comes with the generated source is never freed. When I manually add FConnectionPoints.Free in the destruct