How can I retrieve at runtime the complete list of the text strings for a dialog's controls , INCLUDING the static text controls? I don't wish to be troubled with which of several foreign languages is in force.
The only way I seem to be able to do it is by making the static text controls tabbable and using the GetNextTabItem (or something). But this means that User has to tab through the text!