Search results

Jump to navigation Jump to search
  • This is our finished product above, it uses Functions, ByRef, etc... This is a variable statement, I'm going to break it down a bit. ...
    4 KB (644 words) - 09:51, 21 August 2008
  • ...noying to have to leave SciTE to run it on your script. Well, you can add it to the SciTE <''Tools''> menu yourself very easily: - First compile your script and store it somewhere. Perhaps a folder "''Program Files\AutoIt3\SciTE\SciTE Utils''" w ...
    2 KB (303 words) - 18:05, 13 November 2012
  • ...may be a violation of the law depending on your local laws. '''DO NOT USE IT.''' ...mpilation. A determined user will get your source code if they truly want it. ...
    3 KB (471 words) - 09:59, 26 June 2017
  • ...d UDFS distributed with AutoIt? If so then there is much better way to do it - one which will prevent you from losing all of these additional UDFs when ...ded that you do '''NOT''' put this folder in the AutoIt install folder (or it will get overwritten when you upgrade). Then tell AutoIt about this folder ...
    4 KB (691 words) - 09:59, 24 February 2015
  • ...riable for it instead of typing it out each time (and possibly misspelling it!): ...ure with {{Help File|WinWait}} that the ''window exists'' before we change it with {{Help File|WinSetTitle}}. ...
    3 KB (535 words) - 16:43, 17 November 2012
  • ...ften critical for displaying the data to users (or for printing), but also it holds critical importance in a number of other algorithms we will cover. In ...y paste them into a script and change the name of their function call, and it will work out of the box. ...
    2 KB (370 words) - 09:52, 11 November 2012
  • ...hough the comma is probably the most widely-used delimiter for text files, it's not the only one. Another popular delimiter is the TAB. ...the end. If a value is too short, blank spaces are appended to it to make it fill out the requisite number of characters. <br> The columns (fields) of t ...
    3 KB (429 words) - 09:44, 10 January 2014
  • While parsing this calculation, AutoIt notes that it has to execute the MsgBox() function to be able to fill in all values into Since we don't want 0 to be the error code we'll just add 99 to it. ...
    3 KB (511 words) - 18:46, 8 August 2013
  • It has a lot of members and is often praised for its quick and professional he Before you post a question it is always better to search the forums first to see if your question has bee ...
    3 KB (550 words) - 17:19, 7 January 2016
  • ...en more difficult to realise. However, as I hope this tutorial will show, it is not that daunting and can prove very useful. However, you do need to ta ...each resized element uses the same function to resize the elements within it. Without recursion this would be almost impossible to do. ...
    11 KB (1,613 words) - 17:00, 17 November 2012
  • ...Although the values needed to set these styles are given in the Helpfile, it does not actually explain the difference between them. ...' is cleared. Try closing the main GUI while the ''MsgBox'' is displayed - it will not close unless you clear the ''Msgbox'' first: ...
    3 KB (401 words) - 09:53, 25 March 2017
  • ...within AutoIt for newcomers. Purists might quibble over details here, but it is good enough for hobbyists like me! ...never a WM_COMMAND message is sent by my GUI, please intercept it and pass it through the MY_WM_COMMAND function in this script''". The actual message ti ...
    8 KB (1,337 words) - 11:06, 11 July 2015
  • ...k in time and using all kind of sources to describe how AutoIt became what it is now. Enjoy! ...uld force button clicks and he found Microsoft ScriptIt but Jon found that it was extremely unreliable.<br /> ...
    6 KB (1,051 words) - 06:07, 20 February 2016
  • ...tiVirus engine has found a set of instructions in an AutoIt EXE and deemed it malicious, took the general signature of the file, and has now flagged all ...be compressed with UPX. UPX is an open source software compression packer. It is used with many viruses (to make them smaller). ...
    5 KB (700 words) - 17:07, 26 August 2022
  • Before starting this series, it is assumed you have a firm grasp of programming in the AutoIt language, and ...d creeping out the less mathy readers with all the abstraction. That said, it is important to remember that the theory is important; and abstracting in t ...
    7 KB (1,224 words) - 04:38, 11 November 2012
  • ...website then please feel free to make a donation. No amount is too small – it all helps. ...
    609 bytes (105 words) - 13:12, 10 November 2012
  • ...numerous methods and properties for examining the data that exists within it. Records can be updated in the recordset by changing the values in the reco : If the OLE DB provider allows it, transactions can be used. To start the transaction, the programmer invokes ...
    8 KB (1,227 words) - 20:16, 29 February 2016
  • It uses variations of one button to do almost everything. I use it personally inside a game I play to keep track of stuff. ...
    2 KB (210 words) - 02:51, 1 August 2013
  • * If a semicolon (;) is part of a value it must be delimited by quotation marks (") ...sign (=), it must be preceded by an additional equal sign to indicate that it is part of the keyword. ...
    3 KB (514 words) - 10:46, 9 November 2020
  • ...- any part of the script can both read its value and, importantly, change it. ...when the function terminates. It is invisible to any other function unless it is passed as a parameter. ...
    15 KB (2,393 words) - 00:10, 16 October 2018
  • ...lue from 1 - 16 for 1 to 16 rows. You can also make the value to 0 so that it searches all existing rows before deciding the data type. You can change th ...
    3 KB (418 words) - 16:17, 17 January 2014
  • ; create labels. it's generally not necessary to set the returned handle ; create buttons. use $BS_DEFPUSHBUTTON constant on Start to make it the default button for when {ENTER} is pressed. ...
    4 KB (446 words) - 14:38, 14 November 2012
  • <!-- Report it to Trac with category 'Documentation'. --> ...lative to the [[GUICtrlCreateGraphic | GUICtrlCreateGraphic]] coordinates. It can be outside the graphic control but inside of the GUI window. ...
    7 KB (1,017 words) - 04:35, 23 August 2013
  • ...erence. Many developers keep the documentation or ''AutoIt Help File'', as it is better known, constantly open to look up functions and keywords. If you have AutoIt installed then you can find it in the SciTE editor if you press [F1], or in the start menu under AutoIt > ...
    3 KB (455 words) - 20:24, 27 October 2014
  • ...situations to reliably automate and configure thousands of PCs. Over time it has become a powerful language that supports complex expressions, user func ...tand-alone with no external .dll files or registry entries required making it safe to use on Servers. Scripts can be compiled into stand-alone executable ...
    5 KB (730 words) - 00:26, 16 October 2019
  • <!-- Report it to Trac with category 'Documentation'. --> ...a 2 character string, so this will generate extra blanks lines. Therefore it is recommended to set the flag parameter to $STR_ENTIRESPLIT (1). ...
    5 KB (736 words) - 16:14, 23 August 2013
  • ...t testing is about quality assurance and confidence in the code you write. It is about investing a little time upfront to gain on your investment when th It is not the silver bullet the "inventors" like it to be. Unit testing GUI applications can be a real challenge and sometimes ...
    11 KB (1,664 words) - 18:50, 8 August 2013
  • Make a screenshot, edit it in program like mspaint.exe, remove all unnecessary, undesirable, proprieta After that save it as file in jpg or png format. ...
    4 KB (555 words) - 15:41, 21 February 2018
  • ...I hope this tutorial will demonstrate, it is nowhere near as difficult as it first appears. ...culties with multiple GUIs. This example script illustrates the problem - it exits when the '''[X]''' is clicked on either GUI: ...
    11 KB (1,555 words) - 21:20, 19 September 2021
  • Now go on - give it a try .. you know you want to! Yea! (yea is by layer :D) ...
    752 bytes (130 words) - 18:46, 18 October 2008
  • It should be stressed that to run AutoIt scripts, the only required file is '' ...ify a single shortcut when launching your text editor, which will instruct it to open a specific set of source files. ...
    8 KB (1,214 words) - 19:16, 16 June 2014
  • If you ask the function to return all properties of an object it does not return "constructed attributes" ("virtual attributes"). Most of th ...
    961 bytes (128 words) - 13:46, 1 April 2018
  • ...ool displays information for a specified user taken from Active Directory. It offers additional functions like comparing group membership with other user ...common AD administration tasks. Every administration task has its own tab. It is easy to add new functions (tabs) to the tool. Some often used functions ...
    8 KB (1,273 words) - 00:50, 21 October 2019
  • ...O to execute SQL commands directly. The disadvantage of the latter is that it introduces a dependency upon the type of database used. ...objects for schema creation and modification, as well as security. Because it is an object-based approach to schema manipulation, you can write code that ...
    11 KB (1,648 words) - 16:28, 6 September 2020
  • This is a common question and this tutorial explains how to do it within the limitations of Autoit. ...tion calls in both ''OnEvent'' and ''MessageLoop'' modes. This means that it waits until a function is finished and the code is back in your idle ''Whil ...
    15 KB (1,884 words) - 18:29, 15 August 2013
  • ...g styles and extended styles is an integral part of coding in AutoIt - but it is very easy to get something other than the result you wanted if you do no ...fic bits within the larger number. So if Windows is checking for $Style1, it looks for bits four and eight. In the ''BitOr'' result, these bits are set ...
    11 KB (1,436 words) - 16:13, 14 September 2017
  • ...one major way: rather than being indexed numerically (i.e. 0, 1, 2, 3, …), it is indexed by a key, or a language-like word. ...a simple hash function that can probably be easily improved upon and while it can resize the hash table, the resize is slow so try to make your initial s ...
    12 KB (1,650 words) - 09:41, 4 December 2017
  • ...ry and cannot readily be manipulated. Sometimes workarounds are required. It should be noted that some of these issues change over different versions, r ...ept. Find out how to configure your Microsoft product in the list below so it doesn’t send messages in the TNEF format.'' ...
    4 KB (662 words) - 11:44, 27 July 2020
  • <!-- Report it to Trac with category 'Documentation' or to my post if it is my script that is in error. --> As defining only one style just set this style don't forget to combine it with default ones, i.e. just defining WS_SIZEBOX will not set WS_MINIMIZEBO ...
    8 KB (1,176 words) - 10:33, 27 August 2013
  • ...ormally this is hidden, but in the interest of this example I"m displaying it. ...
    1 KB (153 words) - 16:46, 15 August 2013
  • ...ways to move a ''$WS_POPUP'' GUI with the mouse as well as a way to resize it. ...shows where dragging is possible and the red area (if there is one) where it is not; clicking the button will bring up a message box; and pressing "''Es ...
    16 KB (2,102 words) - 11:40, 18 April 2015
  • ...number of other programming languages. You do not need to follow them, but it is recommended that you do. If a function sets the @error flag, you should always check it before using a return value - if @error indicates an error then the functio ...
    23 KB (3,252 words) - 09:56, 29 October 2020
  • ...down this road. You could analytically evaluate your code, or fragments of it. You could optimize parts that don't feel good. And you can measure how lon ...a stopwatch to log how much time that is spent from the code starts until it ends execution. There are two types of time we can use. The real time spent ...
    8 KB (1,063 words) - 06:22, 20 June 2014
  • * Only does what you tell it to do - no implicit "actions" ...ent text to 255 characters. How to overcome this limitation (and how to do it in AutoIt) is described [https://www.autoitscript.com/forum/topic/196814-_w ...
    7 KB (1,048 words) - 06:19, 28 August 2022
  • ...tutorial targets people who are beginners. To understand how arrays work, it is imperative to try out and modify the provided samples. Make sure that e Local $arr = StringSplit("This is my string. I want to split it in sentences.", '.') ...
    18 KB (2,590 words) - 13:33, 13 January 2024
  • ...s, or an array of ordinal positions of the fields that you wish retrieved. It is used to restrict the fields that will be returned by calling this method ...or a pair of pound signs ("State = #Tennessee# "). If the value is a date, it must be enclosed (delimited) within a pair of pound signs ("Birthdate = #6/ ...
    8 KB (1,321 words) - 19:04, 27 February 2016
  • <!-- Report it to Trac with category 'Documentation'. --> ...er the pattern was found or not. 1 and 2 find the first match and returns it in an array. 3 and 4 find multiple hits and fills the array with all the m ...
    14 KB (2,187 words) - 06:34, 23 August 2013
  • It is important to be familiar with the hierarchy of SciTE's configuration fil Due to the colors, sometimes it is hard to tell the selection apart. ...
    11 KB (1,701 words) - 22:49, 2 September 2018
  • ...normal script where you are in control of what happens and when! Think of it as waiting by the door for the postman - you sit there until a letter pops ...
    2 KB (273 words) - 03:25, 1 August 2013
  • It is built on top of the OutlookEX UDF. Most of the functions provide a callback function. It gets called before an Outlook item is processed. ...
    12 KB (1,718 words) - 09:26, 27 July 2023
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)