Menu
comp.lang
Embarcadero
Microsoft
Related Sites

Newsgroup: embarcadero.public.cppbuilder.database.multi-tier


Lucress Carol - DIB?GDI? -   13 Mar, 12:40 [ Get full thread ]  
DIB?GDI?
hi everyone,

I've started working with MFC von VC++ and there are a few points,
which make me feel confused.GDI(Graphics Device Interface) Bitmaps are
supported in MFC by CBitmap Class right? and a DIB ist a Device
independent Bitmap.So good so far.Now a question which may seem
obvious for some of you:How do I know if I'm handling with a GDI
Bitmap or a DIB?My thought was that loading the Bitmap as resource in
a Dialog makes the Bitmap become a GDI Bitmap(so I could use the
functions LoadBitmap,CreateCompatibleDC,SelectObject,etc...) and If I
don't I'm handling with DIB.the next question is which functions are
supported by the DIB?(I guess the member functions of this class named
CDib?).
Thank you

Mark Salsbery [MVP] - Re: DIB?GDI? -   13 Mar, 19:40 [ Get full thread ]  

Click on title to retrieve message.