Joining Calendar to Form

toytoy

Well-known member
Joined
Jul 16, 2004
Messages
46
Programming Experience
1-3
Hi..

Currently, i am doing an calendar application...

Do any of you have any idea what should i do next..

I want to make it when i click on any of the date in the calendar it will lead to another form with the date select and display in the combo box...

Is there also a way to receive the dates and display into 3 separate combo or textboxes like day, month and year....


Thanks
 
If the date is a System.DateTime structure (or the intrinsic Date structure) then you can use the Day, Month, and Year properties.
 
Back
Top