Need help on loading bitmaps using bitmap memory without saving it as a file on dialog box
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I want to load bitmap on dialog box,using bitmap buffer and not willing to save it(bimap buffer) as file.Can any one please help!!!!!!!! Thanks in advance Rahul
For loading a bitmap from a resource use
LoadBitmap
and from a file useLoadImage
.
Nibu thomas Software Developer
-
I want to load bitmap on dialog box,using bitmap buffer and not willing to save it(bimap buffer) as file.Can any one please help!!!!!!!! Thanks in advance Rahul
(Nibu thomas : For loading a bitmap from a resource use LoadBitmap and from a file use LoadImage.) and CImage and OleLoadPicture for read graphic files