Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
how to embed xaml animation in a windows form application in C#?
Posted
Comments
Matias Lopez 25-Nov-11 14:57pm    
What kind of animation do you embed? Can you explain more about it?

Greatings.

You can't mix WPF with a traditional WinForm AFAIK
 
Share this answer
 
In principle you can, but this is too difficult and not recommended. Compared to any hybrid opportunities, creating a decent WPF application would be much easier, with much better results.

WPF and Forms libraries have almost nothing to do with each other, and WPF has actually very little to do with Windows even though it is implemented for Windows, it's based on DirectX. Interoperability layers exists, but it's not so easy to use.

See http://msdn.microsoft.com/en-us/library/ms751797.aspx[^].

—SA
 
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