Here is the UI of my application. It contains a DataSet, a Save Button, a calendar (monthCalendar), and a DataGridView (columns are Assignment, Description, Date Due, Subject Finished). I want it to do the events:
The Calendar changes the dates to a different color if they are in the date due column
The save button should save the DataSet as an XML file in @"\\Assignments.xml" (that is the application folder right? And not C:\Assignments.xml?)
The row should turn a color if the assignment is finished
I'm sorry it is so much. But my application is complex and I just need these events to finish it. Whoever answers the best will be put in the README.txt file for helping me with the code.