I am using Directx 8 to draw things on a form, and i want to know how to save that to a picture. I have tried:
Dim i As IPictureDisp
Set i = me.Image
SavePicture i, App.Path & "\picture1.bmp"
but that only shows a black picture with nothing on it.
All that is drawn on the form is around 10000 white dots. It's a gravity simulator program and i would like to create and save an image after each step of calculating. That way i can import the image sequence with adobe flash and export it to a movie, instead of using fraps to record it. (when i record it with fraps it lags alot)
Any help is always appreciated!


Reply With Quote
