Textbox Handle

  • Thread starter Thread starter Saber
  • Start date Start date
S

Saber

How to get text box handle from an external application?
I mean textbox is not in my form(s).

TIA for your reply
 
Saber said:
How to get text box handle from an external application?
I mean textbox is not in my form(s).

P/invoke + 'EnumWindows'/'EnumChildWindows', 'FindWindow'/'FindWindowEx'.
 

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