Get Text from System Dialog Box

  • Thread starter Thread starter NightHog
  • Start date Start date
What text? The text in the Window title? The text in a text box in the
dialog? The text of a label in the dialog? The text of a message in a
messagebox?

Your question is very vague. Can you be more specific?
 
The text of a message in a messagebox.

Pete Davis said:
What text? The text in the Window title? The text in a text box in the
dialog? The text of a label in the dialog? The text of a message in a
messagebox?

Your question is very vague. Can you be more specific?
 
How can we get the window handle of any window ? Is there a way to find out?

Will that application always use that handle on every computer ?

What if that application is MDI ? can we access the sub windows in that
application as well ?
 
Back
Top