Here's what I'm attempting to do:

1 - Open a text file, and read the lines one by one.
2 - If a line contains a date (ex: 6/1/2016), compare that date to the value of DateRangePicker1.
3 - If the date is equal to or greater than the date in DateRangePicker1, print that text file line into a textbox.

Thanks,

DB