Hi all,
Is it possible to create a bitmap like CBitmap *a=new CBitmap() of a given width, height, etc. and then actually set its pixel colours, ie
a->setPixel(20, 30, red, green, blue)
i think this is possible - according to vc++ help.
but...
then is it possible to attach this bitmap to a...