Click here to Skip to main content
15,909,530 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a wpf application. I want to make this a activex com component (Out of process), so that from other applications like Excel, VB, etc.. I can call my WPF application as activeX com.

What I have tried:

I tried implementing a class as ActiveX, but it is an in-process(https://blogs.msdn.microsoft.com/asiatech/2011/12/05/how-to-develop-and-deploy-activex-control-in-c/). But I want to be an out-of-process.
Posted
Updated 10-Jul-16 20:28pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900