Jump to content

newbie


wesv
 Share

Recommended Posts

Hi to all,

I'm a newbie to this Autoit, I am trying to create a simple script to automate a repeated task.

I want to send a a data to a specific textbox. when I right click the item it will how the properties(window) of that item

then the code will start to locate my text box, then it will delete the item using "BS" for 3time and it will type the number "50"

heres my sample script:

Send ("Tab", 5) =locate the txtbox

Send ("Right", 2) =locate the txtbox

Send ("Tab", 7) =locate the txtbox

Send ("BS", 3) = delete the 3 characters to the txtbox

Send ("50") = auto type to the text box

Send ("Tab", 5) =go to close buton

Send ("ENTER") =close the propertybox

my question is: how can I start this script, I tried to run the script while the property box is open, but nothing happen.

i mean how can I activate this script while the properties window open, is there any code I missed?

Thank you..

Link to comment
Share on other sites

WinActive()
Hi, first of all , thank you for your reply. I tried to add WinActive at the top of code WinActive ("Sample")

then I right-click the item , goto properties, and when the properties-window is open, I run the script, but still nothing happen.

the code I post is the actual script in my editor.

Many thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...