Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
How can I use animation in c sharp..
eg; flash and other...
Posted
Updated 2-Apr-11 10:46am
v2

Have a look at WPF or Silverlight - don't mess with flash from C#!
you can start here: http://www.wpftutorial.net/[^]
The good thing with WPF/Silverlight is: it's included in .NET (since version 3)
 
Share this answer
 
It really depends on what you mean by performing animations. If you're talking about animating items on a form, for instance, I'd look into using WPF or Silverlight if I were you. If, however, you're looking to perform a DirectX type of animation, then I'd spend some time getting into XNA[^] (which is easier to work with than bog standard DirectX), or you could look at OpenGL with CsGL[^].
 
Share this answer
 
C# Form Animation with Windows API
MORE HERE
If i misunderstand your question, please feel free to correct me.
I hope the above information will be helpful. If you have more concerns, please let me know.
 
Share this answer
 
 
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