m417z / Textify

A tool for Windows to copy text from dialogs and controls which don't allow it otherwise
https://ramensoftware.com/textify
GNU General Public License v3.0
913 stars 76 forks source link

Suggestion: Support app icons #15

Closed GH01 closed 2 years ago

GH01 commented 2 years ago

icon=D:\my folder\app.exe icon=D:\my folder\app.exe, 2

or if it's a system app: icon=explorer.exe

m417z commented 2 years ago

Done in v1.10.

GH01 commented 2 years ago

Thank you for all the implementations. Your solutions are much better than my original ideas.

or if it's a system app: icon=explorer.exe

Wondering if this (system path omission) will be even supported?

m417z commented 2 years ago

I'm using a Windows API function for the icon extraction, so it depends on the function.

GH01 commented 2 years ago

icon=explorer.exe doesn't work for me... It's a Win 7 issue?

m417z commented 2 years ago

I tried it on Windows 10 and it doesn't work here too. You can use a full path, or you can use environment variables (%windir%\explorer.exe).