Jump to content

Tutorial on Wiki


Recommended Posts

Hi every1 , where is the tutorial on wiki, i was reading it a few days ago and it was really good, but now there's hardly anything on there, maybe i just can't find it anymore

i think i was learning about how to open paint and change it's name, here were the codes i copied from the tutorial

;
; Hangman with MSPaint
;
Dim $sTitle = "Hangman by AutoIt"
    
   ;Get things going
    SplashTextOn ("Hangman", "This is a tutorial on how to use AutoIt v3",400,100,-1,-1,16)
    $nPID = Run ("MSPAINT.EXE", "", @SW_MAXIMIZE)
   ;If you become stuck on the splash screen, capitalize the "u" in "untitled - Paint" on the following two lines to correct it
    WinWait ("untitled - Paint")
    WinSetTitle ("untitled - Paint", "", $sTitle)
    Sleep (2000)
    SplashOff ()
    
    MsgBox (0,"","Waiting")
    ProcessClose ($nPID)

any1 know where it is now?

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