Load, display and paint Bitmap Image
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can I load bitmap image? From open dialog i have to load bitmap image. then display it. then use pattern. they spay colors int the image. How can i do this?? Help me
-
How can I load bitmap image? From open dialog i have to load bitmap image. then display it. then use pattern. they spay colors int the image. How can i do this?? Help me
mazhar_cse wrote:
How can I load bitmap image?
You can use of
LoadImage
orCImage
class for load image and for show it use ofWM_ERASEBKGND
WhiteSky