There are some settings in a program that are listed in a listbox, but because of some poor programming are greyed out and unable to be resized, and I need to know the full values contained in the list items. I know of the Spy++ tool which can show information about buttons and other objects in Windows, but it doesn't tell me the data in the listbox. What I'm looking for is a tool which can tell me the contents of the listbox. Anyone know of such a tool?

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

I often use SysExporter which can export data from just about any Windows element.

link|improve this answer
Exactly! Thanks! – JoeSchneider Jul 10 '10 at 4:56
feedback

You can use AltMove to force resize the box.

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.