MFC GDI Plus

   This project gives a sample of a control that displays pictures on the dialog. The control uses the Microsoft GDIPlus library. It displays pictures given either by handle or a by path to a file. If you don?t have experience with GDIPlus please read …

This project gives a sample of a control that displays the thumbnails of the JPEG pictures in a selected folder. The control uses the Microsoft GDIPlus library. If you don?t have experience with GDIPlus please read the GDIPlus Common Issues article. The control is implemented …

GDI Plus Description: GDIPlus is a Microsoft object-oriented C++ library, which provides better access to the graphic devise interface of windows. 2D drawing and using pictures is improved a lot compared to the standard windows GDI. With GDIPlus you can draw custom objects, open various …