Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
I am Baas wrote:Copy text from such dialog boxes, message boxes and more.
Nice. Certainly an improvement on tools like SysExporter and GetWindowText that just grab dialog boxes. I will definitely be using this to rip out text from static system tools. I do a fair amount of that for HOWTOs and bug reports.
---
Edit:
Here it is being used on the site to help grab areas of text without doing an "edit" function. Yeah this is a keeper.
It doesn’t work on everything, but I’ve had luck with several programs that had some kind of copy restriction. As a result, it’s an unreliable but necessary tool for software testing and documentation.
It's at the top of my programs to add to the database.
Wishlist
Since the program pays attention to segments and separations, the program will occasionally only grab one or two words. I hope future versions work in a way that will grab multiple sections’ text at one time.
v1.7 (October 26, 2019)
. In-app configuration file editor.
. Improved per-monitor DPI handling.
. If no text was found, Textify now tries the parent element until something is found. This fixes querying Chrome tab titles.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning." - Rick Cook.