Hi,

I created a file opened for random access (OpenMode.Random)
And I have many records on it.

I display my records from the file in a CheckedListBox.

How can I delete permanently from the file one of the records that I choose?

Thanks in advance