User Defined Functions: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
(Added jq)
mNo edit summary
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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.<br />
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.<br />
This list is probably not complete (353 UDFs on 2020/06/14), but constantly supplemented.
This list is probably not complete (356 UDFs on 2020/07/30), but constantly supplemented.
If you do not find a solution here, ask a new question on the [https://www.autoitscript.com/forum/forum/2-general-help-and-support/ forum].
If you do not find a solution here, ask a new question on the [https://www.autoitscript.com/forum/forum/2-general-help-and-support/ forum].


Line 12: Line 12:
|-
|-
! Date !! section !! creator !! title
! Date !! section !! creator !! title
|-
| 2020-07-30 || Hardware || MazeM || Serial port UDF / COM port UDF.
|-
| 2020-06-30 || Hardware || Danyfirex || MediaDevice - Transfer files to portable devices like phones, storages.
|-
| 2020-06-23 || Inter Process Communications || Nine || WCD IPC - IPC based on Windows Messaging.
|-
| 2020-06-23 || Script Coding/Analyzing/Debugging || argumentum || OnDebugMsgBox - This UDF will catch the dreaded "AutoIt Error" MsgBox and prettify or hide it.
|-
|-
| 2020-06-14 || Files, Databases and web connections || TheXman || jq - brings the power and flexibility of jq (an open-source command-line based JSON processor) to AutoIt.
| 2020-06-14 || Files, Databases and web connections || TheXman || jq - brings the power and flexibility of jq (an open-source command-line based JSON processor) to AutoIt.
Line 93: Line 101:
* [https://www.autoitscript.com/forum/index.php?showtopic=195862 Loga (by Danyfirex)] - Simple logging library to keep track of code with an integrated console.
* [https://www.autoitscript.com/forum/index.php?showtopic=195862 Loga (by Danyfirex)] - Simple logging library to keep track of code with an integrated console.
* [https://www.autoitscript.com/forum/index.php?showtopic=119032 Log UDF (by Yashied)] - This simple UDF allows you to create a text log files.
* [https://www.autoitscript.com/forum/index.php?showtopic=119032 Log UDF (by Yashied)] - This simple UDF allows you to create a text log files.
* [https://www.autoitscript.com/forum/index.php?showtopic=202832 OnDebugMsgBox (by argumentum)] This UDF will catch the dreaded "AutoIt Error" MsgBox and prettify or hide it.
* [https://www.autoitscript.com/forum/index.php?showtopic=200660 Variants and Safearrays (by LarsJ)] - Create/access/process Variants and SafeArrays.
* [https://www.autoitscript.com/forum/index.php?showtopic=200660 Variants and Safearrays (by LarsJ)] - Create/access/process Variants and SafeArrays.


Line 105: Line 114:
* [https://www.autoitscript.com/forum/index.php?showtopic=106710 Mailslot (by trancexx)] - IPC using Mailslots.
* [https://www.autoitscript.com/forum/index.php?showtopic=106710 Mailslot (by trancexx)] - IPC using Mailslots.
* [https://www.autoitscript.com/forum/index.php?showtopic=169797 Pool - Post Office for Organised Labour (by RTFC)] - Provides multiple AutoIt processes with an infrastructure for exchanging messages, data, and remote-control instructions.
* [https://www.autoitscript.com/forum/index.php?showtopic=169797 Pool - Post Office for Organised Labour (by RTFC)] - Provides multiple AutoIt processes with an infrastructure for exchanging messages, data, and remote-control instructions.
* [https://www.autoitscript.com/forum/index.php?showtopic=202587 WCD IPC (by Nine)] - Framework for Inter Process Communication using Windows Messages WM_COPYDATA.


== Files, Databases and web connections ==
== Files, Databases and web connections ==
Line 123: Line 133:
* [https://www.autoitscript.com/forum/index.php?showtopic=156794 JSON (by ozmike)] - Bridge to Native Windows JSON plus OO extension for AutoIt.
* [https://www.autoitscript.com/forum/index.php?showtopic=156794 JSON (by ozmike)] - Bridge to Native Windows JSON plus OO extension for AutoIt.
* [https://www.autoitscript.com/forum/index.php?showtopic=173797 JSONgen: JSON generator (by Jefrey)] - UDF to generate JSON.
* [https://www.autoitscript.com/forum/index.php?showtopic=173797 JSONgen: JSON generator (by Jefrey)] - UDF to generate JSON.
* [https://www.autoitscript.com/forum/index.php?showtopic=197421 jq (by TheXman)] - A powerful and flexible JSON processor based on jq.
* [https://www.autoitscript.com/forum/index.php?showtopic=127101 MS SQL (by TheLuBu)] - MSSQL.
* [https://www.autoitscript.com/forum/index.php?showtopic=127101 MS SQL (by TheLuBu)] - MSSQL.
* [https://www.autoitscript.com/forum/index.php?showtopic=51952 MS SQL (by ChrisL)] - _SQL. ADODB Connection.
* [https://www.autoitscript.com/forum/index.php?showtopic=51952 MS SQL (by ChrisL)] - _SQL. ADODB Connection.
Line 228: Line 237:
* [https://www.autoitscript.com/forum/index.php?showtopic=138989 FritzBox (by Allow2010)] - _FB_Tools - manage your FritzBox from Autoit.
* [https://www.autoitscript.com/forum/index.php?showtopic=138989 FritzBox (by Allow2010)] - _FB_Tools - manage your FritzBox from Autoit.
* [https://www.autoitscript.com/forum/index.php?showtopic=121084 I/O Port Functions (by Ascend4nt)] - Input/Output UDF for interacting with ports (x64 Parallel Port, Keyboard etc.).
* [https://www.autoitscript.com/forum/index.php?showtopic=121084 I/O Port Functions (by Ascend4nt)] - Input/Output UDF for interacting with ports (x64 Parallel Port, Keyboard etc.).
* [https://www.autoitscript.com/forum/index.php?showtopic=203207 MediaDevice (by Danyfirex)] - Transfer files to portable devices like phones, storages.
* [https://www.autoitscript.com/forum/index.php?showtopic=154350 Monitor Configuration (by jaberwacky)] - Monitor Configuration UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=154350 Monitor Configuration (by jaberwacky)] - Monitor Configuration UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=155469 Mouse (by AlmarM)] - AutoIt powered mouse events.
* [https://www.autoitscript.com/forum/index.php?showtopic=155469 Mouse (by AlmarM)] - AutoIt powered mouse events.
Line 235: Line 245:
* [https://www.autoitscript.com/forum/index.php?showtopic=182684 Nitgen (by Jefrey)] - UDF to work with Nitgen fingerprint readers that use NGenBio SDK.
* [https://www.autoitscript.com/forum/index.php?showtopic=182684 Nitgen (by Jefrey)] - UDF to work with Nitgen fingerprint readers that use NGenBio SDK.
* [https://www.autoitscript.com/forum/index.php?showtopic=155485 Printers management with WMI (by jguinch)] - Allows to manage printers: add/delete printer, driver, port, or obtain configuration, set default printer ...
* [https://www.autoitscript.com/forum/index.php?showtopic=155485 Printers management with WMI (by jguinch)] - Allows to manage printers: add/delete printer, driver, port, or obtain configuration, set default printer ...
* [https://www.autoitscript.com/forum/index.php?showtopic=189190 Serial port UDF / COM port UDF (by MazeM)] - another UDF for the serial port. It is very similar to CommAPI using kernel32.dll, but all code is packed into a single file without any dependencies.
* [https://www.autoitscript.com/forum/index.php?showtopic=128546 Serial Port/COM (by martin)] - Serial Port /COM Port UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=128546 Serial Port/COM (by martin)] - Serial Port /COM Port UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=27755 SMARTDRIVE (by ptrex)] - SMART drive Analysis.
* [https://www.autoitscript.com/forum/index.php?showtopic=27755 SMARTDRIVE (by ptrex)] - SMART drive Analysis.

Revision as of 07:11, 30 July 2020

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 (356 UDFs on 2020/07/30), 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.


Last years modifications

Date section creator title
2020-07-30 Hardware MazeM Serial port UDF / COM port UDF.
2020-06-30 Hardware Danyfirex MediaDevice - Transfer files to portable devices like phones, storages.
2020-06-23 Inter Process Communications Nine WCD IPC - IPC based on Windows Messaging.
2020-06-23 Script Coding/Analyzing/Debugging argumentum OnDebugMsgBox - This UDF will catch the dreaded "AutoIt Error" MsgBox and prettify or hide it.
2020-06-14 Files, Databases and web connections TheXman jq - brings the power and flexibility of jq (an open-source command-line based JSON processor) to AutoIt.
2020-05-30 Internet Protocol Suite TheXman HttpApi - communicate over HTTP without using MS Internet Information Server (IIS).
2020-05-30 Multiple sections Ward Ward left the forum and removed all UDFs - I removed all references to his threads for better readability.
2020-05-19 Inter Process Communications MrCreatoR AppInteract - Reliably pass arrays or other types between processes.
2020-05-05 Media BugFix QRCreator - Simple QR-code creation.
2020-04-27 Controls MrCreatoR BrowseForFolder - Handle SHBrowseForFolderW with more options (multi selection, window position, controls text ...).
2020-04-21 Microsoft Office water OutlookEX_GUI - Automate Microsoft Outlook. This UDF holds the functions to automate the Outlook GUI.
2020-04-20 Script Coding/Analyzing/Debugging MrCreatoR AutoIt Syntax Highlight - Highlight AutoIt v3 syntax code to html/bbcode format.
2020-03-10 Encryption and hash RTFC CodeCrypter - Encrypt scripts without placing the key inside the script.
2019-12-02 Encryption and hash TheXman Cryptography API: Next Gen - Microsoft's long-term replacement for their CryptoAPI.
2019-11-18 Script Coding/Analyzing/Debugging LarsJ Variants and Safearrays - Create/access/process Variants and SafeArrays.
2019-09-29 Inter Process Communications tarretarretarre Autoit-Socket-IO - Networking in AutoIt made simple!.
2019-09-03 Windows water TaskScheduler - Brushed up Task Scheduler UDF.
2019-05-17 GUI additions S3cret91 Notify - Display permanent desktop notifications.


Automation

Browsers

Microsoft Office

Some features of Microsoft's Office products are proprietary and cannot readily be manipulated. Sometimes workarounds are required.
This page is dedicated to identifying those issues, provide explanations and list solutions or workarounds.

OpenOffice/LibreOffice

Other Applications

Script Coding/Analyzing/Debugging

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