how to load the Bitmap
-
Hi i have created a bitmap and i want to load that to my dialog window. how to load the bitmap into the dialog. pls give me the sample code if possible
-
Hi i have created a bitmap and i want to load that to my dialog window. how to load the bitmap into the dialog. pls give me the sample code if possible
The Name itself implies the API. ::LoadBitMap(...). Think Clever. Uday kiran
-
Hi i have created a bitmap and i want to load that to my dialog window. how to load the bitmap into the dialog. pls give me the sample code if possible
reddy harish wrote:
load the bitmap into the dialog.
Use BitBlt()/StretchBlt() API's
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Hi i have created a bitmap and i want to load that to my dialog window. how to load the bitmap into the dialog. pls give me the sample code if possible
-
Hi i have created a bitmap and i want to load that to my dialog window. how to load the bitmap into the dialog. pls give me the sample code if possible
See
LoadImage
orLoadBitmap
from resource or seeCImage::Load and then CImage::BitBlt
_**
**_
WhiteSky