Click here to Skip to main content
Click here to Skip to main content

TouchAgenda - Organizer optimized for touchscreens

By , 22 Oct 2012
 

Please note

This article is an entry in our AppInnovation Contest. Articles in this sub-section are not required to be full articles so care should be taken when voting.

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

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

j23topcoder
United States United States
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
Questionlooks very interesting !memberGladis Merma Molina22 Oct '12 - 16:45 
GeneralMy vote of 5memberGladis Merma Molina22 Oct '12 - 16:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 22 Oct 2012
Article Copyright 2012 by j23topcoder
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid