User Defined Functions

From AutoIt Wiki
Revision as of 19:43, 14 September 2014 by Mlipok (talk | contribs) (→‎Windows: added WRMF - Windows Registry Monitor Call Function)
Jump to navigation Jump to search

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.

Automation

  • Java UDF - Creates an access bridge between your application and a Java application. Allowing you to automate some Java applications.
  • SAP - SAP business management automation.
  • SAPWizard - SAPWizard.UDF.
  • WiFi - Low level control over your wireless LAN
  • Active Directory - Extensive library to control and manipulate the Windows active directory. Link to the documentation pages.
  • Windows Events - Create your own Windows events.
  • Service - Build your own service with AutoIt code.

Browsers

  • Internet Explorer - Everything about Internet explorer can be automated with the IE library supplied with a standard AutoIt install.
  • Firefox - A little less support for automation than IE, but still very good.
  • Opera - The same as above for Opera. Automate the most common tasks in Opera with the Opera UDF.
  • Chrome - The same as above for Google Chrome. Automate the most common tasks in Chrome with the Chrome UDF.
  • NavInfo UDF - With this UDF now you can check if a specified browser/software is installed an you are also able to get what version is in used..

Microsoft Office Automation

Hardware

Information gathering

Databases and web connections

  • SQLite - "SQLite is a library that implements a self-contained, embeddable, zero-configuration SQL database engine"
  • XML DOM Wrapper - Supports CRUD operations on XML. Including XSL and XPath.
  • MySQL - MySQL relational database management system UDF.
  • MySQL - MySQL UDFs (without ODBC).
  • DBF - dBase database read and write with DLL.
  • EzMySql - EzMySql UDF - Use MySql Databases with autoit.
  • MS SQL - MSSQL.au3
  • MS SQL - _SQL.au3. ADODB.Connection

Internet protocol suite

  • WinHTTP - Enables scripts to access the HTTP protocol for creating GET and POST requests and submitting them with conforming standards, cookies not supported.
  • WinInet - Enables scripts to access standard Internet protocols, such as FTP, Gopher and HTTP. Also supports creating GET and POST requests and submitting them with conforming standards, cookies supported.
  • POP3 - POP3 library for retrieving email messages. Not compatible with Gmail because it uses SSL.
  • POP3 SSL - A POP3 library that's compatible with Gmail. It uses an external executable that must be supplied with your script.
  • IRC - A lightweight library for communicating with IRC servers.
  • SFTP - UDF to support SFTP protocol using PSFTP.
  • JSON - RFC4627 compliant JSON encode/decode
  • JSON - JSMN - A Non-Strict JSON UDF
  • JSON - Bridge to Native Windows JSON plus OO extension for AutoIt
  • cURL - cURL UDF - a UDF for transferring data with URL syntax
  • SNMP UDF - SNMP_UDF for SNMPv1 and SNMPv2c
  • SNMP - MIB protocol (Reading toner status from SNMP device with WMI).
  • IRC IRC UDF made by Chip
  • IRC IRC UDF - Updated Version of Chips' IRC UDF.
  • UPnP Protocol - UPnP : Read and Control your devices in side out.
  • Prowl - Prowl UDF.

Data compression

  • zip - Create ZIP files and unpack ZIP files.
  • 7z, zip, gzip, bzip2, tar - More extensive library than the one above. Uses a external DLL that must be provided with the script.
  • XZip - UDF for "XStandard XZIP Component".
  • ZIP - ZIP.au3 UDF in pure AutoIt.
  • UnRAR - UnRAR.au3.
  • zLib - zLib (Deflate/Inflate/GZIP) UDF
  • ZIP - ZIP STRUCTS UDF (from scratch)
  • pZip - PureZIP_L library UDF
  • Zip plugin - Zip plugin
  • LZMA Compression UDF - LZMA Compression UDF
  • LZMA - LZMA (Native Windows) by trancexx

Encryption and hash

Media

Sound

  • BASS Function Library - Sound and Music via wrappers for Bass, BassEnc, Bass FX, BassSFX, BassAsio and BassCd DLLs
  • TTS - Text-to-Speech UDF
  • MIDI - MIDI UDF

Graphics and image

  • IrrLicht - A 3D graphics engine suitable for creating games.
  • au3Irrlicht2 - Another UDF bringing Irrlicht and au3 together. Historically some kind of a follower of the UDF above, technically with a complete different approach.
  • Bitmap Library - Bitmap Library.

Players

GUI Additions

  • XSkin - A large library that allows skinning of your GUI and to apply custom skins.
  • Uskin - A library that allows a user to skin their application GUI using the Windows .MSstyles files.
  • Modern tray menu - Allows the creation of modern, fancy GUI and tray menus with icons.
  • SetOnEvent - Provides an easy way for an event to call functions with parameters.
  • GUIFrame - Divide a GUI into adjustable frames.
  • Easy Scrollbars - Easily create scrollable sections in your GUI
  • GUICtrlOnChangeRegister - Call a function when an edits content is changed.
  • ContextHelp.au3 - Management of context help (original)
  • GUIExtender - Expand and contract sections of your GUI. (original)
  • ExtMsgBox - A very customisable replacement for MsgBox
  • Toast - Small message GUIs which pop out of the Systray
  • GUI Panel UDF - Manage child GUIs as panel ctrls

Controls

Maths

Misc

  • Hotkey.au3 - Management of Hotkeys UDF, with several advantages over HotkeySet().
  • Animated tray icons - Make animated tray icons easily.
  • NoFocusLines - Remove the dotted focus lines from buttons, sliders, radios and checkboxes which spoil the look of your GUI
  • StringSize - Automatically size controls to fit the text you want to put in them
  • Spell Checker - Spell Checker UDF - Hunspell
  • TVExplorer - TVExplorer UDF
  • BinaryCall - BinaryCall UDF - Write Subroutines In C, Call In AutoIt
  • LFN - LFN UDF - overcome MAX_PATH limit of 256 chars
  • Clipboard History/Sotrage - UDF to save and restore the entire clipboard contents
  • Resources UDF - Resources UDF
  • ResourcesEx UDF - ResourcesEx UDF (up to date with the current AutoIt language syntax v3.3.12.0)
  • NotifyIcon UDF - NotifyIcon UDF (formerly TrayIconEx) - Create, delete and manage self notify icons
  • Binary UDF - Binary UDF
  • _DLLStructDisplay - Show Struct in ListView
  • DDEML UDF - With DDEML UDF one can use an AutoIt script as a DDE client or server.

PDF

  • PDFCreator - Automation of PDFCreator allows you to create and manipulate PDF files.
  • Debenu Quick PDF Library - A collection of functions for Debenu Quick PDF Library.
  • MPDF - Create PDF from your application.

Windows

Security

Social Media and other Website API

Android