hi,
i'm writing an app for running and editing AVI movie files. Using the api AVIStreamGetFrame i get a video frame from the avi file into memory and have a pointer to use it but i want to display this memory block into a picturebox frame by frame. i used CopyMemory to do this still i didn't get any result can any one please help me out with this.
do i have to create a compatible DC and then blit everthing to the picturebox's DC from the compatible DC, if so then how should i get this memory bitmap on to the compitable DC first?