Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Image List Inhancement needed

Image List Inhancement needed

Scheduled Pinned Locked Moved C / C++ / MFC
csharphelptutorial
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vinod marathe
    wrote on last edited by
    #1

    Sir We are using .net2002 Now I want create thumbnail like application My need is as follow I want to add Images of Type GIF,JPEG format in List Control. currently available module & Example are for BMP Images Only Please.......Help us We are working for last 2 Month till date no success. Please Help Us Vinod & Shailendra (INDIA)

    N K H 3 Replies Last reply
    0
    • V vinod marathe

      Sir We are using .net2002 Now I want create thumbnail like application My need is as follow I want to add Images of Type GIF,JPEG format in List Control. currently available module & Example are for BMP Images Only Please.......Help us We are working for last 2 Month till date no success. Please Help Us Vinod & Shailendra (INDIA)

      N Offline
      N Offline
      namaskaaram
      wrote on last edited by
      #2

      hello vinod. try searching cp....i believe there are many thumbnail viewer applications using listctrl.. see here! http://www.codeproject.com/info/search.aspx?artkw=thumbnail+view[^]

      1 Reply Last reply
      0
      • V vinod marathe

        Sir We are using .net2002 Now I want create thumbnail like application My need is as follow I want to add Images of Type GIF,JPEG format in List Control. currently available module & Example are for BMP Images Only Please.......Help us We are working for last 2 Month till date no success. Please Help Us Vinod & Shailendra (INDIA)

        K Offline
        K Offline
        Kyle P
        wrote on last edited by
        #3

        We use a toolkit from LeadTools I believe it is the Raster Pro. They have an image list control that can include several images as thumbnails and then if you wish to click and display at a larger size you can. Most of the image types are run-time free but if you want others like PDF and such that SDK is extra and run-times.

        1 Reply Last reply
        0
        • V vinod marathe

          Sir We are using .net2002 Now I want create thumbnail like application My need is as follow I want to add Images of Type GIF,JPEG format in List Control. currently available module & Example are for BMP Images Only Please.......Help us We are working for last 2 Month till date no success. Please Help Us Vinod & Shailendra (INDIA)

          H Offline
          H Offline
          Hamid Taebi
          wrote on last edited by
          #4

          You can use like this code for other formats CImage m; m.Load(_T("c:\\1.jpg")); HBITMAP h=m.Detach(); and then set this handle .

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups