Integrating to a win forms app with no api?

G

gregory_may

I have a regular windows forms application that I need to automatically fill
in some information into..... But the manufacture has no published API's or
web services. Everything must be via their GUI.

Is there some technique that would allow a .Net program to fill in any
winforms text box with some information (from my own database pull)?

Thanks!
 
C

Cor Ligthert [MVP]

Gregory,

No and it is mostly "not done".

However data is never saved in a GUI. So why are you not looking at the
results or input sources from the program?

Just my though,

Cor
 

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

Top