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

    windows interface problem (c++)

    Hi all!!

    I'm designing a windows interface in c++ using Dev-C++. My problem is that I want to display a jpeg image but I don't know how to do it (I was successful with a bmp image but I need jpeg). Does anybody know which is the best way to insert a jpeg image in a windows interface??

    Thank you!!

  2. #2
    Join Date
    Nov 2008
    Location
    Netherlands
    Posts
    77

  3. #3
    Join Date
    Nov 2008
    Location
    England
    Posts
    748

    Re: windows interface problem (c++)

    Use GDI+ Image class. Info at MSDN.

    This forum is not for windows questions, they belong in the api forum or the visual c forum(for mfc).
    Get Microsoft Visual C++ Express here or CodeBlocks here.
    Get STLFilt here to radically improve error messages when using the STL.
    Get these two can't live without C++ libraries, BOOST here and Loki here.
    Check your code with the Comeau Compiler and FlexeLint for standards compliance and some subtle errors.
    Always use [code] code tags [/code] to make code legible and preserve indentation.
    Do not ask for help writing destructive software such as viruses, gamehacks, keyloggers and the suchlike.

  4. #4
    Join Date
    Nov 2008
    Location
    Netherlands
    Posts
    77

    Re: windows interface problem (c++)

    thats why i also posted non-windows solutions.

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