x***@gmail.com
2007-01-18 08:22:17 UTC
Best programmers,
I'm really really desperate on this topic.
Please help me out, I don't understand the whole concept of creating a
CBitmap.
I need to create a bitmap in MEMORY, draw something and that save it on
file. I've to do that, so I can place a drawingobject (pushpin) in
mappoint, which loads the bitmap from file (there is no other way) and
that during run-time.
I've searched a lot in google, codeproject.com, codeguru.com etc... but
someway or somehow I can't get a grip on how to handle the CBitmap.
I only know how I have to make a CDC object, so I can draw something.
But when I call the member CBitmap::CreateBitmap( int nWidth, int
nHeight, UINT nPlanes, UINT nBitcount, const void* lpBits );
I just understanf nWidth and nHeight, but the rest of it is for me like
Chinese. You all know how MSDN is, it's like a dictionary, no
explanation.
Please help me, thank you.
I'm really really desperate on this topic.
Please help me out, I don't understand the whole concept of creating a
CBitmap.
I need to create a bitmap in MEMORY, draw something and that save it on
file. I've to do that, so I can place a drawingobject (pushpin) in
mappoint, which loads the bitmap from file (there is no other way) and
that during run-time.
I've searched a lot in google, codeproject.com, codeguru.com etc... but
someway or somehow I can't get a grip on how to handle the CBitmap.
I only know how I have to make a CDC object, so I can draw something.
But when I call the member CBitmap::CreateBitmap( int nWidth, int
nHeight, UINT nPlanes, UINT nBitcount, const void* lpBits );
I just understanf nWidth and nHeight, but the rest of it is for me like
Chinese. You all know how MSDN is, it's like a dictionary, no
explanation.
Please help me, thank you.