views:

60

answers:

1

How would I create an application that records the users interactions with the desktop in C# and then convert it to a video format such as avi?

A: 

you probably want to look at something like this or this which have both implemented libraries to do screen capture in c#

lomaxx