Get Text from System Dialog Box

  • Thread starter Thread starter NightHog
  • Start date Start date
N

NightHog

How do I programatically get the text from a popup dialog box?

Thanks.
 
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 ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top