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
- Host: GitHub
- URL: https://github.com/j2team/autoit-about-udf
- Owner: J2TEAM
- License: mit
- Created: 2016-08-11T18:39:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T16:58:11.000Z (almost 10 years ago)
- Last Synced: 2025-06-13T19:46:10.641Z (about 1 year ago)
- Language: AutoIt
- Homepage: https://junookyo.blogspot.com/
- Size: 188 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoIt About UDF
This UDF is an easy way to create the About dialog for your application
## Screenshot

## Example
```
#NoTrayIcon
#include "about.au3"
_showAboutDialog('Your Software Name', '1.0.0', 'Your Name', Default, Default, 'https://junookyo.blogspot.com/')
```