DDF,
As the others have suggested.
Are you having trouble with designing internally how the app should work.
Or are you having trouble with visually designing how the app should look?
For calendar & grid controls that mimic Outlook visually very well, check
out Janus Systems GridEx controls.
http://www.janusys.net/janus/library/.
Alternatively you can use the built-in controls also. Or you can write your
own custom control.
As for internally how to design it, would require lessons on design, or
actual design, which none of us really have time for, unless of course you
are willing to pay us high $ consulting fees.
What I would consider doing is defining a Task class, each Task would have
one or more Date properties. When displayed in the calendar, each task would
go on the respective day. For reminder, you will need to have a routine,
that looks at all your tasks, finding the ones with that are currently due.
Of course the above does not even touch on where the tasks should be stored
between each execution of the program...
Hope this helps
Jay
I am looking to create an app that works like the task feature in
MSOUTLOOK. I want to incorporate a calendar in this app as well. I want to
be able to enter some data in a and simulate a reminder. I also want to
have this run as a service and place it in the system tray? Any ideas?
Thanks...