/alAAARM-WF

alAAARM (An Alarm ~clock in~ Action) - simple Windows Forms application what creates alarm clocks.

Primary LanguageC#MIT LicenseMIT

ALAAARM

Alarm clock! (WinForms version)

This project is in Blusutils EEE Projects list
Check it out here

Simple Windows Forms application what creates alarm clocks.

App look

Features

  • Relatvie/direct time usage
  • Management of working alarms
  • Custom alarm sounds
  • Addons
  • Minimization to tray (WIP)

Addons

Want to create addon for alAAARM? Okay! Follow this guide:

  1. Create DLL .NET Framework 4.8 project.
  2. Add references to:
  • alAAARM.alAAARM (from executable)
  • System.Windows.Forms
  1. Create class named Addon (be sure to call it exactly that) and derived from alAAARM.Addon.
  2. Do what you want.
  3. Build project.
  4. Put output DLL file to addons folder in alAAARM directory, or directly add it (for now it won't remember DLL path).
first version done in one hour and improved after five hours of coding and another hour of debugging, lol

how long