Visslan
April 25th, 2007, 02:57 AM
I'm trying to change the attributes from a calendar control in framework 1.1. But whatever I do nothing changes what am I doing wrong? I also want to remove the underlining of the dates?
this.calendar = new Calendar();
this.calendar.BackColor = Color.Pink;
this.calendar.SelectedDate = DateTime.Now;
this.calendar.ShowDayHeader = true;
//TodayDayStyle.BackColor = Color.Chocolate;
this.calendar = new Calendar();
this.calendar.BackColor = Color.Pink;
this.calendar.SelectedDate = DateTime.Now;
this.calendar.ShowDayHeader = true;
//TodayDayStyle.BackColor = Color.Chocolate;