Interaction with a different application

  • Thread starter Thread starter Fabio Cavalcante
  • Start date Start date
F

Fabio Cavalcante

Hi All!

I have an existing application running on my machine and I need my
application to interact with that one filling the fields
(textboxes/comboboxes... ) for me and I'm really having problems passing the
data do the application.
Does anyone has any example I can use?

Thanks !
Fabio
 
You'd eventually have to start using SendMessage or PostMessage with the
control's window handles.

To get the window handles, you could use EnumChildWindows.

vJ
 
Back
Top