Daily Calendar

  • Thread starter Thread starter Robin Tucker
  • Start date Start date
R

Robin Tucker

This is how you do it:

(1) Learn VB.
(2) Define more precisely your requirements.
(3) Determine best way to proceed.
(4) Talk to tutor if you are having problems.
(5) Contact newsgroup with specific technical questions.
 
Hi Andree,

The priciple is very easy:
You have a real calender (for that is the date in dotNet) and you have
your own task as a taskcollection.

Those tasks you can add or delete from your taskcollection, there is nothing
more. Every task is a new record (row) or object whatever.

I would have a look at the datatable for this, because that does very good
fullfil your needs.

Just my thought,

Cor
 
graduation thesis for what? I sure hope not college because takeing someone
elses source and using it in a case like that is plagerism and can get you
kicked out quickly..
 
This is not a complicated task. Each time a task is entered, it must be
stored somewhere (a database). When the tasks are to be presented, the data
from the database just needs to be sorted correctly to show the right tasks
in the right sequence according to the date that is being rendered.

Before you work on a thesis, perhaps you should:

fix your own system date
study the basic principles of databases and programming
 
Hello.
I'm writing My graduation Theses and I'm makeing program similar as Office
2003,
And in this program I must make Daily Calendar/ Scheule/ with tasks in
different hours.
Can anybody help me, How can I do it?
Or could on Internet find any Source code? Or least manual How Can I do It.
Thanks for answers.
 
Hello.
Ok, So I I dont't need to know How Can I program it, I would like to know
principle that when I add new task to schedule, other task which was add
before, automatically resize, and program add new task to right place.
Thanks
 
And It's big project, Something such as Mail Client Outlook 2003, and daily
calendar is a small part of this program.
 
Back
Top