CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2009
    Posts
    1

    MFC dialog: Load jpg images from a folder and display the images one by one

    I need to load 36 jpg images from a folder and display them in a GUI one by one. each image is going to be displayed for 1 second. i also need to develop it by using MFC dialog.

    the main problem i have now is that i don't know how to display jpg images in a dialog. i think i should use picture control in the dialog. but it only supports bitmap format.

    anyone can help?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: MFC dialog: Load jpg images from a folder and display the images one by one

    Have a look at this Q&A
    Victor Nijegorodov

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured