User Defined Functions: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
mNo edit summary
(ClipBoard and ClipBoardEx added)
Line 357: Line 357:
* [http://www.autoitscript.com/forum/index.php?showtopic=162366 BinaryCall (by Ward)] - Write Subroutines In C, Call In AutoIt.
* [http://www.autoitscript.com/forum/index.php?showtopic=162366 BinaryCall (by Ward)] - Write Subroutines In C, Call In AutoIt.
* [http://www.autoitscript.com/forum/index.php?showtopic=87735 BlockInputEx (by MrCreatoR)] - Supports a few features that built-in BlockInput() function does not.
* [http://www.autoitscript.com/forum/index.php?showtopic=87735 BlockInputEx (by MrCreatoR)] - Supports a few features that built-in BlockInput() function does not.
* [http://www.autoitscript.com/forum/index.php?showtopic=29763 Clipboard (by eltorro)] - When apps need to watch the clipboard.
* [http://www.autoitscript.com/forum/index.php?showtopic=170630 ClipboardEx (by ozmike)] - Allows to have more than 1 item in the Clipboard. Handles all data types, not just text.
* [http://www.autoitscript.com/forum/index.php?showtopic=81267 Clipboard History (by wraithdu)] - Save and restore the entire clipboard contents. Inspired by AHK's ClipboardAll.
* [http://www.autoitscript.com/forum/index.php?showtopic=81267 Clipboard History (by wraithdu)] - Save and restore the entire clipboard contents. Inspired by AHK's ClipboardAll.
* [http://www.autoitscript.com/forum/index.php?showtopic=169610 CmdLine (by Jefrey)] - Collection of functions to parse command line arguments.
* [http://www.autoitscript.com/forum/index.php?showtopic=169610 CmdLine (by Jefrey)] - Collection of functions to parse command line arguments.

Revision as of 12:53, 24 December 2018

This page is a listing of libraries of user defined functions (UDF). These libraries have been written to allow easy integration into your own scripts and are a very valuable resource for any programmer.
This list is probably not complete (335 UDFs on 2018/12/15), but constantly supplemented. If you do not find a solution here, ask a new question on the forum.

Note:
The listed UDFs might have been written for older versions of AutoIt. So there is no guarantee that every UDF works smoothly with newer versions.
None of the UDFs has been tested by the maintainers of this list so you as a user need to make sure that they deliver the expected results.

Automation

Browsers

Microsoft Office

OpenOffice/LibreOffice

Other Applications

Script Coding/Analyzing/Debugging

  • cDebug (by c.haslam) - Dumps the values of all AutoIt subtypes and expressions including nested arrays, DLL structs and maps.
  • ErrorLog (by mLipok) - Logs program activities and errors to different output locations.
  • Log4a (by zorphnog) - Logging library loosely based upon the log4j and NLog libaries.
  • Loga (by Danyfirex) - Simple logging library to keep track of code with an integrated console.

Inter Process Communications

Files, Databases and web connections

Data compression

Encryption and hash

GUI Additions

Controls

Hardware

Information gathering

Internet protocol suite

Maths

Media

Graphics and image

Players

Sound

PDF

Security

Social Media and other Website API

Windows

Misc