Fill textbox on another aplication

  • Thread starter Thread starter Nikolay Petrov
  • Start date Start date
N

Nikolay Petrov

I need to fill a textbox on another application.
Any ideas how to achieve this?

tnx
 
Nikolay Petrov said:
I need to fill a textbox on another application.
Any ideas how to achieve this?

P/invoke with 'FindWindow', 'FindWindowEx', 'EnumWindows',
'EnumChildWindows', 'SetWindowText'.

Alternatively you can use 'SendKeys.Send'. However, note that both
solutions are not very reliable.
 

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