Display thumbnail in Dialog
-
Hi all, I have a little dialog-based application that maintains information on paintings. On the dialog where I show/edit the information pertaining to an individual painting (like the filename of the painting's image, a title, a date etc) I would like to show a thumbnail of the image. These images can be either jpeg, bmp or gif files. Anyone have any suggestions on how to do this? Thanks in advance William
-
Hi all, I have a little dialog-based application that maintains information on paintings. On the dialog where I show/edit the information pertaining to an individual painting (like the filename of the painting's image, a title, a date etc) I would like to show a thumbnail of the image. These images can be either jpeg, bmp or gif files. Anyone have any suggestions on how to do this? Thanks in advance William
Hey William, The following link may help you. http://www.codeproject.com/listctrl/thumbnail.asp pleasure !!
'life is like a ten speed bike,most of us having gears we ne never use' ... i want to try those.
-
Hi all, I have a little dialog-based application that maintains information on paintings. On the dialog where I show/edit the information pertaining to an individual painting (like the filename of the painting's image, a title, a date etc) I would like to show a thumbnail of the image. These images can be either jpeg, bmp or gif files. Anyone have any suggestions on how to do this? Thanks in advance William
Yes you can use of
CListCtrl
withCListImage
but If you know C# you can see an article of Mr Mark clifton about your question on that article you can Inc or Dec size of thumbnail of images
WhiteSky