Pytaczka - program for flashcards
I was recently trying to learn some vocabulary and I wanted to be reminded each x minutes. To solve this problem, I wrote (long long time ago) a program with WinAPI. The original version was coded around 2009 and also was in WinAPI. The original source code has since very long been missing, so I recreated the program with help of some tools.
The program works as follows:
Creates a Windows WinAPI window with two editboxes: editQuestion, editAnswer. Both multiline. Below two buttons: Reveal and Hide. Reveal shows correct answer.
When you decide to hide the window, the window goes to system tray. After x minutes (default 5) passes, the window pops up again.
Original version of this program had a warning that a question is approaching. This way you could not lose focus doing whatever it is you were doing.
You can configure questions and answers by editing questions.csv. The values must be coma separated.

Summary
The program shows you a question each x minutes. It is useful for repetition or flashcards. The interval is configurable through settings window. The questions are saved to a CSV file.