multiselection of month calendar
-
i used the month calendar from the article "ANOTHER MONTH CALENDAR" by Patrick Bohman. got some questions regarding the control: 1. the flow of my project is to select a date, give its corresponding datecode(holiday, special holiday or regular day) then select another date. everytime i choose a another date after the first one, seems i couldn't get the right date selected. i used the DaySelected method. and gets the clicked date by string[] m_daysSelected = e.Days; but seems i couldn't get the right days. how do i do that? and by the way, i have to remember all the selected dates plus its other corresponding data before i get to save the entire selection of the year. is that possible? 2. i have a combo box consisting of different years. each year has different formatted dates. how do i copy the formatted dates of the entire year that chosen from the combo box to the recent year? thanks a lot.
-
i used the month calendar from the article "ANOTHER MONTH CALENDAR" by Patrick Bohman. got some questions regarding the control: 1. the flow of my project is to select a date, give its corresponding datecode(holiday, special holiday or regular day) then select another date. everytime i choose a another date after the first one, seems i couldn't get the right date selected. i used the DaySelected method. and gets the clicked date by string[] m_daysSelected = e.Days; but seems i couldn't get the right days. how do i do that? and by the way, i have to remember all the selected dates plus its other corresponding data before i get to save the entire selection of the year. is that possible? 2. i have a combo box consisting of different years. each year has different formatted dates. how do i copy the formatted dates of the entire year that chosen from the combo box to the recent year? thanks a lot.
Then why don't you ask your question in the comments section of the article itself? That would be the right place. Regards, mav -- Black holes are the places where god divided by 0...