I am trying to delete a record from a txt file I have created in NotePad. I populate a List Box with the existing data and then I need to be able to click on the record and delete it from both the list box and the file. I was able to get the delete to work in the list box but no matter where the record was down in the box the first record of the file would delete. So if I click on the fourth record down only the first record in the file will delete. I am pretty new to VB so please help me and don't hesitate to over-explain.
Thank You
I am using VB 6.0