I'm currently trying to make a screen recorder. I have made a list of bitmaps and want to put them in a .avi file. Is there any way to do this in C #?
Note: I'm a newbie, so keep things simple
Try this site with downloadable examples: Simple C # Wrapper for the AviFile library.
Try the SharpAvi library. Its sources include an example screen capture application.