Success!
Trial and error pays off

I do this when I'm loading:
I first dim 2 longs, then use CreateCompatibleBitmap and CreateCompatibleDC on them.
Then I use MyPicture = SelectObject(DCname, Bitmapname).
Now I can bitblt to or from MyPicture.

Is this a good way to do it?
Is there a better way?