Alarm clock! (WinForms version)
This project is in Blusutils EEE Projects list | ||
---|---|---|
Check it out here |
Simple Windows Forms application what creates alarm clocks.
- Relatvie/direct time usage
- Management of working alarms
- Custom alarm sounds
- Addons
- Minimization to tray (WIP)
Want to create addon for alAAARM? Okay! Follow this guide:
- Create DLL .NET Framework 4.8 project.
- Add references to:
- alAAARM.alAAARM (from executable)
- System.Windows.Forms
- Create class named
Addon
(be sure to call it exactly that) and derived from alAAARM.Addon. - Do what you want.
- Build project.
- Put output DLL file to
addons
folder in alAAARM directory, or directly add it (for now it won't remember DLL path).