I have a program that reads the contacts from my phone, but I can't export them.

I'd like to use another program to read the contents of the controls on the original program. In this case, I would like to export the content of a dropdown list (combobox), containing these contacts. Can someone recommend a good program for this or recommend another method?

I know I saw something for this last year on lifehacker.com in a collection of diagnostic tools, but I can't find it now.

link|improve this question

To voters: this is not off-topic. The question here is how to export the content of a dropdown list from any program (in his case, a program reading contacts from phone). Voting to reopen. – Gnoupi Apr 12 '10 at 15:00
2  
Sorry - misread it as being an app on the phone. – ChrisF Apr 12 '10 at 15:12
1  
Correct, it's a general question for scraping Windows control values. I just added my immediate use for some context. Thanks for pointing that out. Is this dead now? – Homer Apr 12 '10 at 15:19
1  
no it is not dead, it is going through the re-opening process right now.. It should be re-opened soon. – heavyd Apr 12 '10 at 15:35
feedback

3 Answers

up vote 2 down vote accepted
+50

I'm not sure if this is what you need since you said it was for your phone but the tag lists windows. Nirsoft provides a tool called SysExporter which lets you export items in windows lists. A better description is provided on the site.

http://www.nirsoft.net/utils/sysexp.html

link|improve this answer
Seems to fit the need, thank you! I can indeed get content from combobox, lists, etc. – Gnoupi Jun 20 '10 at 9:24
@Gnoupi Excellent. Glad I could help. – James T Jun 20 '10 at 9:36
Awesome, I'm a little late on marking it as the answer, but this is it. Thanks! – Homer Aug 3 '10 at 14:33
feedback

If you are familiar with Python programming it looks like WATSUP could allow you to wander through controls and determine their states and items.

link|improve this answer
This question is more about getting a "user solution", without programming, but it's a valid solution as well to use such automated test toolkit. – Gnoupi Jun 20 '10 at 12:40
feedback

http://mwinapi.sourceforge.net/tools.html lists a tool called ContensSaver# that can export combo boxes as well when you drag the crosshair onto them. It is written in C# and is open source, so if you need to do things like that automatically, you can see how they are doing it.

NirSoft SysExporter is a good option as well (if you do not need to adapt it)

link|improve this answer
Less pleasant to use than SysExporter, from what I tried, but indeed, open source can be interesting if needed to change something from it. +1 – Gnoupi Jun 20 '10 at 12:39
feedback

Your Answer

 
or
required, but never shown

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