This control allow you to create avi files from bitmap files. To use WriteAVI just call CreateAviFIle(LPCSTR* szFileName, int nWidth,int nHeight) method, than add frames to file by AddFrame(long* hBitmap) method, hBitmap is a bitmap hadle. After using call FreeAviFile(). That is all.