Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i make an usercontrol in c# but i can not use it in my WPF project

it usercontrol contain some parametrs such collection control so way of make this uasecontrol is C#

now i want change my app UI and switch to WPF and i have this problem
Posted
Updated 13-Oct-14 10:17am
v2
Comments
Sergey Alexandrovich Kryukov 13-Oct-14 16:18pm    
Not clear and not even a question. How can we know what is your control and why it's not working?
If you develop some user control for something other than WPF, why would you expect it to work with WPF? What does it mean "I make"? does your control work at all, anywhere? :-)
—SA
[no name] 13-Oct-14 16:51pm    
You can use you winform user control in WPF, but why would you want to? Unless you un-style your WPF application controls, your user control is going to look and feel so out of place. You would be better off redoing your user control the WPF way.
Sergey Alexandrovich Kryukov 13-Oct-14 17:11pm    
True, in most cases. Anyway, not information — no advice.
—SA

1 solution

my old projetc made with c# and my all dlls is C# usercontroler and i have no time for change theme
just want use theme in my wpf project as dlls
but i hame no way to use theme
 
Share this answer
 

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