An open API service indexing awesome lists of open source software.

https://github.com/j2team/autoit-about-udf

This UDF is an easy way to create the About dialog for your application
https://github.com/j2team/autoit-about-udf

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

## Screenshot

![AutoIt About UDF](Screenshot.png)

## Example

```
#NoTrayIcon

#include "about.au3"

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