H4mm3rHead
H4mm3rHead

Reputation: 573

Is is possible to record my WPF control to a movie?

I have an application where it is possible to load new content through usercontrols. Some of these usercontrols have distinct features such as pulsing buttons and other kind of animations. What i want to do is provide the user with a small video that shows the usercontrol in action.

The user adds usercontrols through an ASP.NEt MVC application so i dont think its possible to just "play" the usercontrol. I expect to be able to playback the video using silverlight.

Is this even possible? I am able to create a screenshot, but from there to creating a small video (max 10 secs) seems hard...

Upvotes: 0

Views: 831

Answers (2)

Matthew Vines
Matthew Vines

Reputation: 27561

I have used CamStudio to great effect in the past.

Upvotes: 0

Related Questions