Hello shell experts!
I'd like to know if there is a way for 3rd party apps to be aware of Explorer's search results.
Here is the scenario: a user types some pattern in an Explorer window's search box, say abc*.jpg. The shell displays all the jpegs beginning with abc in the folder, presumably a subset of all the files in there. The user double-clicks one of the image and the associated viewer launches.
From there, is there a way for the just launched app to either retrieve the search pattern (or the search result list) from the Explorer window from which the app was launched, so it can show only the files that matched the search criteria and not all the jpegs in the folder?
I understand that I coud use the Search API (ISearchDesktop) to re-do the search from within the application, but could I retrieve the search pattern typed by the user in Explorer?
I hope the question makes sense.
Thanks,
Axel
-- Axel