Sir/Madam,
How to make reminder in windows application using c# language.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gomathi PalaniswamyPosted Oct 14, 2010, 3:43 AM
day.Date = new DateTime(2010, 10, 15, 0, 0, 0, 0);
day.Recurring = Telerik.WinControls.UI.RecurringEvents.DayInMonth;
day.Selectable = false;
radCalendar1.SpecialDays.Add(day);