Sam wants to have a wrapper class for a memory DC, ie a bitmap image that can be generated/changed on the fly. He wants it to be compatible with StdPicture, so that you can do something like this:
Code:Dim x as New SamPic x.SetSize(100,100) ...draw to x.DC Picture1.PaintPicture x, ...




Reply With Quote