Help needed in re-sizing a bitmap
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Sir, I am a beginner in Win32 programming. I have created a simple bitmap displaying operation by handling "WM_PAINT". I have created a bitmap image using the resource editor provided by Visual studio 2015 and I have made to display the bitmap in a window. I have properly aligned the bitmap by altering x,y co-ordinates, width and height in "BitBlt" function but the bitmap is larger than I expected. I tried to resize the image in the resource editor but the image gets cropped.What should I do now?:confused: Kindly help me with this.