VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: DirectDraw 7 picture change in 1 surface Voodoo4 (3 replies, 0 views) (2000-Sep-8) You'll have to rebuild the surface.
Just write:
Dim NewSurfaceDesc as DDSURFACEDESC2
MySurface.GetSurfaceDesc NewSurfaceDesc
Set MySurface = Nothing
Set MySurface = Ddraw.CreateSurfaceFromFile(NewBMP,NewSurfaceDesc)
Where NewBMP is the new BMP's path
Hope this helped
|