General Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way, using a windows service, to manipulate a third party
software. Here is an explanation. My company uses software, that I did not
write, to keep up with materials that are being shipped from the plant. In
the software there are to textboxes that are filled out. One is for tare
weight and the other is for the gross weight. The person using the software
has to enter the weights manually that he reads from scale interface. As you
can see there is alot of room for error here. I have made a program that
will automatically post the weights to a form in a program that I wrote. Is
there anyway that I could run a service that would capture the weight from
the scale interface and lets just say paste that value on the corresponding
textbox in the third party software.

Thanks for any help,
DCSTech
 
Assuming that the third-party form has the focus (this is a big assumption)
you could just stuff the keyboard, by the use of send keys. If the
third-party has not provided an API then this is the only solution I can
think of.

Dan
 

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

Similar Threads

Serial Port Question 1
Check focus of text box 1
Excel labels with individual weights 0
Serial Port Help 8
Insert Text When Blank 7
Border formatting row of cells 22
Client and Server 2
data input via a comms port 6

Back
Top