Displaying .bmp .jpg .gif in a picture control

Discussion in 'MFC' started by turmere, Jul 7, 2005.

  1. turmere

    turmere New Member

    Joined:
    Jul 5, 2005
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Using VS 7.1 and i want to use the picture control to present
    .jpg .gif .bmp in it. All it seems to support is .bmp. Is there some
    other active x control in VS 7.1 that I should use. I can not use .NET
    fetures :(.

    Help please.

    Or i just have to convert all pictures to .bmp. (is there an easy way to do
    this).

    /Johan
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    First of all welcome to the Programming Community. I would like to make a request that if you get help from this community try also helping others with the same.

    Also you have posted the query in the Article section where as it should be in the Queries and Expert comments Section

    Now you need to load the images and I assume you are facing problem in VC++ and not in C# and or VB. http://www.codeproject.com/tools/wallpaperq.asp will help you to know how to load a picture and as well as help in showing a thumbnail of the image.

    Thanks
    Shabbir Bhimani
     
  3. turmere

    turmere New Member

    Joined:
    Jul 5, 2005
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Thanks alot.

    That example did help me alot.

    :)

    //Johan
     
  4. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    My pleasure.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice