User Defined Functions: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
m (→‎Automation: Active Directory FIXED)
m (→‎Hardware: CommAPI Fixed)
Line 34: Line 34:


== Hardware ==
== Hardware ==
* [[CommAPI (by ... )] (by ... )] - Serial and parallel communication (COM port, RS-232, LPT port) - without installing DLL's (using Windows API calls)
* [[CommAPI]] - Serial and parallel communication (COM port, RS-232, LPT port) - without installing DLL's (using Windows API calls)
* [http://www.autoitscript.com/forum/index.php?showtopic=77731 Device Management (by ... )] - Device Management API
* [http://www.autoitscript.com/forum/index.php?showtopic=77731 Device Management (by ... )] - Device Management API
* [http://www.autoitscript.com/forum/index.php?showtopic=97487 DirectShow (by ... )] - DirectShow UDF.
* [http://www.autoitscript.com/forum/index.php?showtopic=97487 DirectShow (by ... )] - DirectShow UDF.

Revision as of 21:48, 24 April 2015

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, but constantly supplemented. If you do not find a solution here, ask a new question on the forum.

Automation

Browsers

  • Chrome (by ... ) - The same as above for Google Chrome. Automate the most common tasks in Chrome with the Chrome UDF.
  • Firefox (by ... ) - A little less support for automation than IE, but still very good.
  • HTMLDocumentEvents UDF (by ... ) - Track IE document events.
  • IEJS UDF (by ... ) - IEJS - IE Javascript options, an IE.au3 personal extension.
  • Internet Explorer - Everything about Internet explorer can be automated with the IE library supplied with a standard AutoIt install.
  • NavInfo UDF (by ... ) - With this UDF you can check if a specified browser/software is installed and which version is being used.
  • Opera (by ... ) - The same as above for Opera. Automate the most common tasks in Opera with the Opera UDF.

Microsoft Office Automation

OpenOffice Automation

Hardware

Information gathering

Databases and web connections

Internet protocol suite

Data compression

Encryption and hash

Media

Sound

Graphics and image

Players

GUI Additions

Controls

Maths

Misc

PDF

Windows

Security

[[Category:UDF (by ... )] (by ... )]

Social Media and other Website API

Android