control another application

gmorgulis

New member
Joined
Nov 15, 2008
Messages
1
Programming Experience
10+
I have a file with the following fields
productnumber and newprice.

I need to make a robot which can do the following tasks programatically

open an 3rd party Internet application with explorer, fill user name and password, press enter, select product modification button , type the productnumber form the file ,press enter,select the first from a datagrid, press enter, move the cursor to field number 7 which is a textbox with the price, delete the existing price, write the price from the file, press save button and repeat the operation till eof.

Any ideas ,? sendkeys?
GM
 
dont know if you are still looking for an anwser but the best solution I have found is autoit

it comes with .dll that you can reference in your code very easy to use and it works great for window automation

AutoIt v3 - Downloads
 
Back
Top