I am a newbie in DX. While creating a surface from a picture file we use Set Surface=DirectDraw.CreateSurfaceFromFile().
My question is there is also a function DirectDraw.GetSurfaceFromDC() and I want to know how to use this. I tried getting the hDc of a picture box but no luck.