DateTimePicker/MonthCalendar Control to add tasks.

JCel

Active member
Joined
Jun 15, 2009
Messages
30
Programming Experience
Beginner
Hi there,

In my application i like to include the Birthday's schedular...

i.e if i click/double click the date in DateTimePicker or in MonthCalendar control an inputbox opens in which we have to enter the birthday person's name to the selected date....

Could you please help me in solving this scenario?
 
I'm not quite sure what you're asking for. You've said yourself that the user will select a date from a MonthCalendar or DateTimePicker and then you'll display an InputBox. You already know what controls to use.
 
Hi there,

Could you please suggest me some other possible ways to handle this scenario!
Its very urgent...

Regards,
JCel.
 
Hi there,

Actually in my application i need a birthday scheduler.. in which i have to store all my dearest birthdays... I know few relavent controls in VB.Net but i dont know how to use them for the following scene...

The situation is:

If my friend's birthday is on 10-10-2009 i should select /double_click that particular date, When i do so an inputbox should open asking for whose birthday falls on that day? and that input i.e the person's name along with his birthday(selected date) should be stored in database...

I Hope you'll understand the situ.. so knidly give me a solution.

Regards,
JCel.
 
Back
Top