iconnectionpoint
Setting a WPF button to visible within an IConnectionPoint event handler
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[详细]
2023-02-17 14:56 分类:问答InvalidCastException when setting up handler for COM event
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.[详细]
2023-01-19 03:48 分类:问答E_ACCESSDENIED exception when attaching to an event in a COM server from .NET
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[详细]
2023-01-06 16:39 分类:问答Automation object leaks memory (TConnectionPoints)
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[详细]
2022-12-16 00:13 分类:问答