C++
Hi everyone, in this video we will see the first main guide on AutoIT. We will learn MsgBox Hello World! by importing the MsgBox constant library.
1st creation of a new AutoIT file on the desktop
2nd we import the MsgBoxConstants.au3 library
3rd message string MsgBox(0, "message title", "text")
4th press F5 to run the script
6th by selecting the MsgBox, pressing F1 it is possible to access the complete guide of the function
Download AutoIT:
https://www.autoitscript.com/site/aut...
Download script:
https://drive.google.com/file/d/1U7PQ...
#information #autoit #c++ #programming #script