I would like to make a program in which the user selects a time frame, for example if he selects from a DateTimePicker1 the time 7 (July), 17th, 2012 through DateTimePicker2 7 (July), 20th, 2012, and presses the button, a text will show up in a textbox from which he can make a copy of those days. The results will be shown as follows:
7/17/2012
7/18/2012
7/19/2012
7/20/2012
I also want to make a case in which if the user selects dates from: 7/17/2012 through 7/10/2012,
the program will throw out a message that the second date is earlier than the first one.
I'm not sure from where to begin, if somebody could help me in this situation, I would really appreciate your efforts.
THANKS.