When right clicking on the current wallpaper image and selecting
"Show Image in Explorer", have DF actually select the file in explorer, instead of simply opening the folder where the wallpaper exists (useful if we have ALL wallpapers in 1 folder). This can be done by simply passing a command line to explorer.exe:
Example of explorer.exe syntax to select notepad.exe in c:\windows:
explorer.exe /select,%windir%\notepad.exe
So DF would simply do a ShellExecute to explorer.exe and instead of "%windir%\notepad.exe" it would provide the path to the current wallpaper that the user is seeking to open in explorer
As an added bonus, when we single or double click on the current wallpaper image, can you have it simply default to this command, as well (that is, default to: Show Image in Explorer), so it just is a faster way to do it?
These 2 things would be very helpful to me.
Thanks!
EDIT:
Never mind, for some reason mine was not working initially (strange!). Sorry about that.
But now it does.
I would still be interested in the single or double click action though, to perform this, if that request may be possible