In 2003 I found a little utility which allowed me to select a control (like a listview) on any application, and it would copy it's contents into the clipboard. For example, you could select the list in Windows Explorer, and all the filenames, sizes, dates, etc... would be copied for you to paste into notepad.

I don't remember the name of it, but I do remember the name was so unrelated that I could never find it when I needed it. So now, years later, I can't find it.

Does anybody know of any utilities which might do this? Or possibly even the utility I'm talking about?

link|improve this question
AutoIt has this ability, to some degree anyway. It can pull this information from any standard win32 application, but has limited success with other graphical libraries. To specifically get the text of a control, you would use ControlGetText(). It isn't a full solution, as you would have to construct much of it yourself, but it is a push in the right direction if you're willing to script it out. – MaQleod Oct 17 '11 at 21:59
feedback

1 Answer

Sounds a lot like NirSoft's SysExporter:

SysExporter utility allows you to grab the data stored in standard list-views, tree-views, list boxes, combo boxes, text-boxes, and WebBrowser/HTML controls from almost any application running on your system, and export it to text, HTML or XML file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.