Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sntpaul

    how to output CImage bitmaps to dialogs...

    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.
  2. sntpaul

    Baffling Bitmaps :)

    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...
  3. sntpaul

    MFC CTreeCtrl Surgeon required!

    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...
  4. sntpaul

    MFC problem: linking dialog event handlers with document data :-)

    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...

Part and Inventory Search

Back
Top