hi all,
does anybody know how a CImage bitmap can be outputted to a dialog box? i want to use CImage because i have access to setpixel commands.
thanks,
Paul.
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...
hello,
i have a heirarchical set of data which is created from the following simplified class defintion:
class Extent
{
vector<Surface*>m_pSurfaces;
vector<Extent*>m_pExtents;
};
CMyAppDoc.cpp:
Extent *globalExtent=new Extent();
...
as can be seen: extents can have surfaces, and...
hi all
i am having some trouble with linking dialog events to my document data.
my view class creates a modeless dialog when a menu option is selected. from this dialog, a button may be pressed. i want to be able to have that event handler access data in the document class, but i can't get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.