Subclassing the Listbox - best and correct method?

This is not a reply but a request of help. I am trying to adapt the example Project “FileBrowser” and I am stranded at the first move (saving the listbox rows reporting the contents of a disk). I see that the list box is dealt with as a subclass of a class Listbox (VolumeBrowserList, and I don’t exactly understand what’s the advantage of this choice): the worst is that the only value I can get is FileList.name; any other attempt to get a value (i.e. FileList.cell(1,1) or even FileList.HasHeading) leads to a compilation error “Method or property not existing”. Of course I am missing something big with classes and subclasses… Any Help? Thanks

You should open a new thread for your question, not hijack an old one.

If not not for the words after the comma, I would have said thanks. No one is born being learned