How to load Images from disk to Device context of and SDI MFC application. I want to choose images from existing folder at runtime.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is probably the easiest to use CImage, see: http://msdn.microsoft.com/en-us/library/bwea7by5(v=vs.80).aspx
It’s something like:
Edit: Added the open file dialog.