jpegview icon indicating copy to clipboard operation
jpegview copied to clipboard

Navigation: switch between images in windows search results

Open Owyn opened this issue 3 years ago • 4 comments

Would be real nice if you could navigate through search results in windows explorer, not just all files in the folder

e.g. folder has 1000 images, you search "frogs" and it gives just 10 images - so app would switch between those 10 images when an image is opened from the search results

Owyn avatar Nov 30 '21 14:11 Owyn

I've looked into this type of functionality for some other projects, and I'm not exactly sure it can be done.

Windows Image viewer is tightly integrated into Explorer, and it knows what's in the list and vice versa. I'm not aware of an API call which allows a program to figure out what search results are listed in explorer after searching.

sylikc avatar Jan 30 '22 17:01 sylikc

Here, I think this is it: https://stackoverflow.com/questions/28166945/getting-the-results-of-an-explorer-shell-search-in-a-program-that-was-launched-f

Owyn avatar Jan 30 '22 17:01 Owyn

I stand corrected... thanks for googling it for me 😂

Looks fun. Let me read through that a bit more... Do you have any experience coding it in?

sylikc avatar Jan 30 '22 18:01 sylikc

No I don't... that's a rather specific task, even the person who asked it was asking because he was coding an image viewing app it seems 😄

Owyn avatar Jan 30 '22 18:01 Owyn