I've got screenshots of dialogs that require modifications. However, I've so many of them it is difficult to pin point in code the window in question. What can I do to "reverse engineer" the window (E.g.: A dialog with a dialog ID) back to source code?
Say I have a Stackoverflow app on my windows mobile. And I have a window titled "Ask Question". How do I identify this window back to source code?
One theoretical solution is to be able to get a unique parent window ID and prepend it to the window title. Once screenshot is taken, I get the ID and I know which dialog to modify.