Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 312 Bytes

AutoIt About UDF

This UDF is an easy way to create the About dialog for your application

Screenshot

AutoIt About UDF

Example

#NoTrayIcon

#include "about.au3"

_showAboutDialog('Your Software Name', '1.0.0', 'Your Name', Default, Default, 'https://junookyo.blogspot.com/')