User Defined Functions: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
Line 361: Line 361:
* [https://www.autoitscript.com/forum/index.php?showtopic=184937 CertUtil UDF (by mLipok)] - Wrapper for windows certutil.exe (command-line program that is installed in Windows as part of Certificate Services).
* [https://www.autoitscript.com/forum/index.php?showtopic=184937 CertUtil UDF (by mLipok)] - Wrapper for windows certutil.exe (command-line program that is installed in Windows as part of Certificate Services).
* [https://www.autoitscript.com/forum/index.php?showtopic=113560 FileSystemMonitor (by seangriffin)] - Monitors the file system by recording all file system events occurring within a given path.
* [https://www.autoitscript.com/forum/index.php?showtopic=113560 FileSystemMonitor (by seangriffin)] - Monitors the file system by recording all file system events occurring within a given path.
* [https://www.autoitscript.com/forum/index.php?showtopic=145158 Firewall (by JLogan3o13)] - Control and manipulate the Windows Firewall (enable/disable, Exclusions list, enable/disable ports etc.)
* [https://www.autoitscript.com/forum/index.php?showtopic=145158 Firewall (by JLogan3o13)] - Control and manipulate the Windows Firewall (enable/disable, Exclusions list, enable/disable ports etc.).
* [https://www.autoitscript.com/forum/index.php?showtopic=194015 Firewall policy2 (by Bilgus)]- Provides access to the firewall policy for Windows Vista+
* [https://www.autoitscript.com/forum/index.php?showtopic=194015 Firewall policy2 (by Bilgus)]- Provides access to the firewall policy for Windows Vista+.
* [https://www.autoitscript.com/forum/index.php?showtopic=111018 ITaskBarList (by Beege)] - ITaskBarList UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=111018 ITaskBarList (by Beege)] - ITaskBarList UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=74118 Local account (by engine)] - Local account UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=74118 Local account (by engine)] - Local account UDF.
Line 375: Line 375:
* [https://www.autoitscript.com/forum/index.php?showtopic=135994 Taskplanner/Taskscheduler COM (by Allow2010)] - an UDF for using the Windows Taskplaner / Task Scheduler.
* [https://www.autoitscript.com/forum/index.php?showtopic=135994 Taskplanner/Taskscheduler COM (by Allow2010)] - an UDF for using the Windows Taskplaner / Task Scheduler.
* [https://www.autoitscript.com/forum/index.php?showtopic=83355 Task Scheduler (by dbzfanatic)] - Task Scheduler UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=83355 Task Scheduler (by dbzfanatic)] - Task Scheduler UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=173934 TTS UDF (by Kanashius)] - UDF for use with SAPI Automation Object - text-to-speech (TTS) engine
* [https://www.autoitscript.com/forum/index.php?showtopic=173934 TTS UDF (by Kanashius)] - UDF for use with SAPI Automation Object - text-to-speech (TTS) engine.
* [https://www.autoitscript.com/forum/index.php?showtopic=158377 UAC (by AdamUL)] - User Account Control (UAC) UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=158377 UAC (by AdamUL)] - User Account Control (UAC) UDF.
* [https://www.autoitscript.com/forum/index.php?showtopic=175719 Utter (by Surya)] - Utilizing more of SAPI (Speech Recognition UDF).
* [https://www.autoitscript.com/forum/index.php?showtopic=175719 Utter (by Surya)] - Utilizing more of SAPI (Speech Recognition UDF).

Revision as of 10:27, 30 July 2019

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 (331 UDFs on 2019/05/17), 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.


Latest modifications

Date section creator title
2019-05-17 GUI additions S3cret91 Notify - Display permanent desktop notifications.
2019-05-17 Script Coding/Analyzing/Debugging user4157124 AutoIt error logger (AUERLO) - File- and stdout (etc.) output of messages, regular- and COM Object errors, exit method and -code, etc.
2019-05-10 GUI additions NHD Wi3SMenu - Create a slide menu with Windows 10 style. Supports color, icon and opacity.
2019-05-08 Hardware RTFC BuildPartitionTable - Scans a physical drive's partition table and returns a partition_table, allocation_table and volumes_table.
2019-05-05 All sections water Changed all links from http to https
2019-04-01 Multiple sections Ward Seems Ward left the forum and has removed all UDFs he created :-(
2019-03-28 Files, Databases and web connections TheXman jq - A powerful and flexible JSON processor based on jq
2019-03-14 Script Coding/Analyzing/Debugging Yashied Log UDF - Allows to create text log files
2019-02-25 Files, Databases and web connections seangriffin CSV - Manipulate CSV files
2019-02-22 GUI additions Taskms4 MTSkin - Simply create modern looking GUIs (borderless GUI, Interactive menu panel (with mouse-over detection), a bunch of skins)
2019-01-27 Microsoft Office water Outlook Tools - Import/export contacts from/to vcf files and calendar events from/to ics files


Automation

Browsers

Microsoft Office

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