I know nothing about programming and didnt even know where to put this question, anyways:
I want to write a program to copy my moves. In other words. I want to basically hit record on a program do a set of tasks with my mouse including typing in text, opening and closing windows and whatnot and then hit stop record and then play back those instructions and the program will repeat what I did, over and over again.
Thanks in advance.
Loading
Mahesh ChandPosted May 8, 2010, 12:39 AM
If you still decide to write your own program, here are some of them.
If you have built any video enabled application prior to WPF, you must be familiar with the Windows Media Player ActiveX control. The WPF library provides the MediaElement control that encapsulates Windows Media Player functionality.
Ever wonder how to play videos in .NET? This article will show you how to use the managed DirectX 9 Video class to play avi video files.
This article shall describe the construction of a custom control used to play video on an ASP.NET web page. The control is based upon the Windows Media Player active X control; with it you can add canned or live video to a web page by setting a property or two at design time, or from the ASP.NET page itself.
This article demonstrates how to implement video brushes in WPF using MediaElement XAML element.