B
Bill Patten
oop's forgot the subject, sorry..
CF Group
I think I posted this on the wrong group (sqlServer.ce) so thought I'd try
here
After 6 hours of searching the web and trial and error I give up, even
though I can build an array of dates I can't figure out how to stuff it into
the monthcalander..
This works,
MonthCalendar1.BoldedDates = New System.DateTime() {New
System.DateTime(2006, 10, 18), New System.DateTime(2006, 10, 16)}
But I'd like to build the dates from a dataset that changes, not have to
hard code
some dates for effect.
This does not
dim dBold as datetime()
add some dates and try
MonthCalendar1.BoldedDates = dbold
Most of the samples I have found are either hard coded as above our use the
MonthCalendar.addBoldedDates that does not appear to be
included in Windows ce.5. Can someone share some code to build the array.
Thanks, Bill
CF Group
I think I posted this on the wrong group (sqlServer.ce) so thought I'd try
here
After 6 hours of searching the web and trial and error I give up, even
though I can build an array of dates I can't figure out how to stuff it into
the monthcalander..
This works,
MonthCalendar1.BoldedDates = New System.DateTime() {New
System.DateTime(2006, 10, 18), New System.DateTime(2006, 10, 16)}
But I'd like to build the dates from a dataset that changes, not have to
hard code
some dates for effect.
This does not
dim dBold as datetime()
add some dates and try
MonthCalendar1.BoldedDates = dbold
Most of the samples I have found are either hard coded as above our use the
MonthCalendar.addBoldedDates that does not appear to be
included in Windows ce.5. Can someone share some code to build the array.
Thanks, Bill