2Answers
How can I add a bitmap using the MFC project created by VS2017?
Asked by: Charles Roberts 185 views IT
After adding a Bitmap, I want to insert a picture of a black piece, but I don't want to draw a piece myself, so I want to save the picture of a black piece directly. I don't know how to get it. Please ask everyone. Thank you very much.
Addition: There really is no big god to help solve it. . .
+7Votes
This depends on the purpose of your final bitmap and the type of project
If you are based on a dialog box, you can load the image you want directly with the picture control control. Bitmap
If you want to put a resource file, you can import it directly
+3Votes
VC built-in tools seem to be 16 colors can not be used, generally use RC resource files, import outside edited pictures, RC resource files The editor VS can also be edited.