I have created a dialog based program that opens an avi, reads a frame from the avi into an LPBITMAPINFOHEADER (lpbi) and does some manipulation of the bits. If I want the avi frame to draw to a section of the dialog window. How do I draw the bits from the lpbi to the dialog? Can I create a Picture Frame and somehow map to it? And how do I convert the bits from the lpbi to the fromat it needs to be to draw to it? I appreciate any help you could provide!