I got bored today so I opened up Visual Studio .NET and began to code away a small app called "StickyTask".
The idea is to list my Outlook tasks as a sticky on my desktop with the 3 fields I actually use. What I often found annoying about Outlook Tasks is that it's always hidden away from me. I want an app that interacts with my Outlook folders and have a sticky on one of my secondary monitor for easy access and actually remind me that I have tasks to do.
I added a reference to the Microsoft Outlook COM object in Visual Studio and now I have full access to the Outlook COM library in a C# application.
If I get this thing to work, I'll post it up here, including the source code perhaps.
Edit: See code below.
Now I'll play around with the UI, make things pretty, and add some add/edit/update/delete/filter functions to it.
The idea is to list my Outlook tasks as a sticky on my desktop with the 3 fields I actually use. What I often found annoying about Outlook Tasks is that it's always hidden away from me. I want an app that interacts with my Outlook folders and have a sticky on one of my secondary monitor for easy access and actually remind me that I have tasks to do.
I added a reference to the Microsoft Outlook COM object in Visual Studio and now I have full access to the Outlook COM library in a C# application.
If I get this thing to work, I'll post it up here, including the source code perhaps.
Edit: See code below.
Now I'll play around with the UI, make things pretty, and add some add/edit/update/delete/filter functions to it.