C#: How to use SHOpenFolderAndSelectItems [duplicate]
This question already has an answer here: C#: How to open Windows Explorer windows with a number of files selected 5 answers Could someone give an example on how to use the shell function SHOpenFolderAndSelectItems from C#? I don't quite get how to use these kind of functions and couldn't find it on pinvoke.net ... =/ Say I have three files called X:\Pictures\a.jpg X:\Pictures\s.jpg X:\Pictures\d.jpg I then want to open up the X:\Pictures folder with a.jpg , s.jpg and d.jpg selected. Julien Roncaglia As you seem to have asked twice the same question (the other being C#: How to open Windows