I Have a List View and a Save Button Once you add items into the list view and click save, it saves to the text file and then you can reopen and display in the listview. But once you delete a item from the list view and save it, it does not delete the selected item form the textfile so when you open it everything is still there? How do I Re-Write the File or Deleted the Selected item from the file??
I Have a btnDelete which Deletes the Selected item in the list view.
And i Have a Save Button Which Uses the Stream Reader and Writer.
I Have a btnDelete which Deletes the Selected item in the list view.
And i Have a Save Button Which Uses the Stream Reader and Writer.