keeping bolded dates bolded

ambokiko

Member
Joined
Nov 9, 2006
Messages
11
Programming Experience
Beginner
we're using a month calendar in vb.net and we're having trouble in maintaining bolded dates after running the program.

whenever we reload the program, the bolded dates we marked simply disappears.

a little help please? thnx...
 
Nothing is stored in a computer program unless you do it specifically. BoldedDates property is simply an array of Date (DateTime) you can store and retrieve any way you want to data file.
 
Back
Top