[Tutorial] Hello World

Transcribe
by Transcribe · 2 posts
12 years ago in Autoit
Posted 12 years ago · Author
Code
#cs ----------------------------------------------------------------------------
   
   AutoIt Version: 3.2.12.1
   Author:         None
   
   Script Function:
   Hello World Example with some extended examples
   
#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

;Basic Example
MsgBox(0, "Tutorial", "Hello World!")

;Extended Work
MsgBox(18, "Tutorial", "Hello World!"); Abort, Retry, Ignore with Stop Icon
MsgBox(32, "Tutorial", "Hello World!"); Normal message box with exclamation icon.
MsgBox(12345, "Tutorial", "Hello World!") ; A message box with an invalid flag.  This will NOT display.
Posted 4 years ago
Thank you very much for this script of code. I will try and use this and see what i can do with it.

I love the style of code that you write in. Very good work, keep it up.

Awesome job

Create an account or sign in to comment

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

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

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

REGISTER A NEW ACCOUNT