In VS 2008 using VB I am using the standard calendar.
In my program the user will be changing the date, especially between months, before entering new data. The problem I have is that when you change just the month, the calendar does not give you a new date until you select a specific day of the month. Thus if I go from October 14th back to September, there is no new date as a result of that event. Ideally it should default or give you the oportunity to allow it to defualt to the 1st day of the month. Is there anyway around this. I don't want my users to have to change the month then select a date.
I would like the code: m = MyCal.SelectedDate.Month to assign the month to m when the month is changed. Thanks so much for any suggestions.
Kevin
View Complete Post