How can I programatically force Windows XP to display thumbnails for a folder?
Posted
by George Edison
on Stack Overflow
See other posts from Stack Overflow
or by George Edison
Published on 2010-03-30T19:00:37Z
Indexed on
2010/03/30
19:03 UTC
Read the original article
Hit count: 280
I have an application that calls ShellExecute
with a folder path. This brings up the folder in explorer.
However, I want to make sure that the folders are set to display the contents in thumbnail view. How can I ensure this?
© Stack Overflow or respective owner