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?
Code:this.calendar = new Calendar(); this.calendar.BackColor = Color.Pink; this.calendar.SelectedDate = DateTime.Now; this.calendar.ShowDayHeader = true; //TodayDayStyle.BackColor = Color.Chocolate;




Reply With Quote