Introduction
TouchAgenda is a personal organizer for Windows 8 Desktop optimized for touchscreens. TouchAgenda will help you keep track of your phone and address contacts and set reminders.
Created using VB.NET and WPF, TouchAgenda is a very useful application, especially if you have an Ultrabook to use the touchscreen functionality.
Features
-
Integrated calendar
- Touchscreen optimized
- Labels to organize activities
- Activity remainder
- Contact list
- Memo, to save notes for later
- Word autocompletion
Screenshots


Using the Code
I never thought about starting an application with Windows, after researching a couple of hours, I found that the application can start with Windows if you write a registry value with the name and path of the application
Dim regKey As RegistryKey
regKey = Registry.CurrentUser.OpenSubKey("Software\Microsoft\Windows\CurrentVersion\Run", True)
regKey.SetValue("TouchAgenda", "c:\touchagenda\reminder.exe")
regKey.Close() History
1.0 first version
1.01 minor improvements
1.02 added "memo" functionality
1.03 better gesture recognition