How can I get the selected files names from Explorer ?
you mean in an explorer window, or via GetOpenFilename api?
I mean in anexplorer window.
Isn't that just a regular Listview? Check with Spy++ or Winspector and see if you can grab the handle of it and then send a regular old LVM_GETITEMCOUNT, LVM_GETNEXTITEM with a loop querying each and every item ?
yup, problem with that is finding the right window :)... but essentially yep, its a listview