Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

A small doubt in C# WPF forms. I have a radio spectrum active X control in C# and VC++. I am able to call the component and reflect the data into C# Winforms, but while trying to get the ACTIVE-X component in WPF - I am unable to proceed further ...

My project is half developed in WPF. I can't switch over to C# Winforms now... please guide me to proceed with WPF using ACTIVE X components.

P.S.: Those ActiveX components are developed by our organisation only.

Awaiting your reply.

Regards,
KVS.
Posted
Updated 25-Aug-10 8:27am
v3

ActiveX is an antiquated technology that was mainly used for web applications. AFAIK it will not port or be usable in WPF.
 
Share this answer
 
You might be able to enclose them in a WinForms control, and then include the WinForms control in your WPF app, but that's highly theoretical. Maybe google can help answer that, or you can just be a programmer and try it out.

BTW, why would you want to ruin your app by using Active-Xcrement?
 
Share this answer
 
v2
Comments
SKOTAJI 25-Aug-10 9:25am    
Hi,
Thanks for your message. I tried to do like that earlier .. but I stuck at calling the ACTIVE-X C# windows form in WPF MDI Parent form. It is not allowing / not giving help to continue with that. Still looking .. :-(

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