Jump to content

Challenges for a beginner


Stryk9
 Share

Recommended Posts

Hello,

I am a novice programmer, I know the basics of C#, Scratch, App inventor 2 and some Lua. I recently discovered AutoIt and I would like to learn more of AutoIt. How ever I do not know what to code so could a more skilled programmer to give me small challenges?

Link to comment
Share on other sites

WinActivate ("Google - Google Chrome")

MouseMove (50, 453, 100)
MouseMove (793,441, 100)
MouseClick ("Left")

send ("How to learn AutoIt?")

MouseMove (867, 590, 100)
MouseClick ("Left")

 

Here is how I did this. I have to say your challenge was first bit intimidating! :P

 

Link to comment
Share on other sites

As you say you know the basics its best to 

  1. Install full Scite with AutoIt
  2. Check the excellent windows help file for AutoIt. Every command has decent code snippets to easy learn
    1. Online help https://www.autoitscript.com/autoit3/docs/
      1. Function reference https://www.autoitscript.com/autoit3/docs/functions.htm just scan the list to see whats interesting for you
        Would suggest to read at least some of the powerfull specific functions
        1.  Send
        2.  Win*
        3.  Mouse*

 

 

 

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...