Monday, May 24, 2010

How can i open jpg files on MFC application in Visual C++?

I need to create a project using Microsoft Visual C++, using MFC, my project is about editing jpg files and converting them to other formats, so i need a class to open jpeg,jpg files and do some changes in them.

How can i open jpg files on MFC application in Visual C++?
You can use the IPicture interface with the OleLoadPicture() function. Linked below are documentation and an example of doing this.
Reply:I dont know.


No comments:

Post a Comment