Click here to Skip to main content
15,886,026 members

Comments by Saurabh Ashtaputre (Top 6 by date)

Saurabh Ashtaputre 24-Feb-24 4:51am View    
@CPallini
Ok. Thank you very much for your help.

What is difference between objects I can control and objects I cannot control?
I mean, can you give some reference or examples?
Saurabh Ashtaputre 26-Nov-23 13:03pm View    
But I want my C# WPF User Controls to be COM components.
Does this work in that case?
Saurabh Ashtaputre 16-May-23 2:13am View    
Thanks for your inputs KarstenK.
I did try the thing mentioned in the link (COM Interop Sample).
I could call a function of my C++ MFC COM DLL from C# WPF User Control DLL client; I just showed a simple message box.

How can I achieve the communication the other way around i.e. C++ MFC COM DLL (COM server) to call the function present in C# WPF User Control DLL?
Saurabh Ashtaputre 27-Sep-22 5:44am View    
Thanks KarstenK.
I shall try the input given by you.
Saurabh Ashtaputre 27-Sep-22 5:43am View    
Thanks Shao for the quick response.
The project in concern has AfxEnableControlContainer() called but not AfxOleInit().
What shall I depict from this?