Hello,
I am finishing up a program in VB that edits, saves, and adds data to a listview via textboxes. The listview data is stored on the harddrive via a txt file. One of the columns in the listview is a birthday in a DD/MM/YYYY format. I want to have a pop-up window when I load the program that lets me know the First and Last Name (which are the first two columns in listview) of everyone with birthdays coming up in 7 days, 2 days, & today.
Can anyone point me to a reference for this or have the code?