Image List Inhancement needed
-
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)
-
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)
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[^]
-
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)
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.
-
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)
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 .