Answered by:
Choose an image dialog (with thumbnails)?

Question
-
Hello,
I need a dialog box with thumbnails to choose a picture. What is the best way to do it? Is there a standard control with images thumbnails?
Thanks for any info.Tuesday, December 22, 2009 12:46 PM
Answers
-
It's called SelectPictureDialog and can be found easily in C#.I don't know if something like this exists in C++ but You can check it anyway.
If You'll find my answer satisfactory or helpful - mark it as answered or vote for it! Thank You.
If You think You know better then me, why is Your code not working, then don't waste my time at this forum. Otherwise - do as I'm suggesting.
I'm on MSDN just like MD House in the clinic. But I'm also a human which sometimes needs to see another doctor :)- Proposed as answer by Mal Loth Wednesday, December 23, 2009 7:22 AM
- Marked as answer by Guang-Ming Bian - MSFT Friday, December 25, 2009 6:52 AM
Wednesday, December 23, 2009 7:22 AM -
Use IImaging API (WM5+ only). Look for IImage::GetThumbnail .
If You'll find my answer satisfactory or helpful - mark it as answered or vote for it! Thank You.
If You think You know better then me, why is Your code not working, then don't waste my time at this forum. Otherwise - do as I'm suggesting.
I'm on MSDN just like MD House in the clinic. But I'm also a human which sometimes needs to see another doctor :)Wednesday, January 6, 2010 6:06 PM
All replies
-
It's called SelectPictureDialog and can be found easily in C#.I don't know if something like this exists in C++ but You can check it anyway.
If You'll find my answer satisfactory or helpful - mark it as answered or vote for it! Thank You.
If You think You know better then me, why is Your code not working, then don't waste my time at this forum. Otherwise - do as I'm suggesting.
I'm on MSDN just like MD House in the clinic. But I'm also a human which sometimes needs to see another doctor :)- Proposed as answer by Mal Loth Wednesday, December 23, 2009 7:22 AM
- Marked as answer by Guang-Ming Bian - MSFT Friday, December 25, 2009 6:52 AM
Wednesday, December 23, 2009 7:22 AM -
Thnaks for the answer. Unfortunately I do not find something like SelectPictureDialog in C++.
Any other suggestions (for example how to fast create thumbnails on WM would be helpful)? Thnaks.Tuesday, January 5, 2010 9:08 AM -
Use IImaging API (WM5+ only). Look for IImage::GetThumbnail .
If You'll find my answer satisfactory or helpful - mark it as answered or vote for it! Thank You.
If You think You know better then me, why is Your code not working, then don't waste my time at this forum. Otherwise - do as I'm suggesting.
I'm on MSDN just like MD House in the clinic. But I'm also a human which sometimes needs to see another doctor :)Wednesday, January 6, 2010 6:06 PM