Hi all i have been playing with the SMB library and have managed to get it to connect and list my network drive contents (eventually i want it to be a media type device).
do listviews have a maximum number of entries, as some of my directories have 1000 documents, or is it because i am loading a picture into the listview and thus this uses more memory as i keep getting out of memory in the debug window when there are 70+ files or directories. below this it seems to work ok as you can see from the screen shot.
I have uploaded the code so anyone with a networked drive and have a look and any advice would be appreciated.
If i don't use a listview to hold the files/directories what would be a good replacement
Thanks
Stu
do listviews have a maximum number of entries, as some of my directories have 1000 documents, or is it because i am loading a picture into the listview and thus this uses more memory as i keep getting out of memory in the debug window when there are 70+ files or directories. below this it seems to work ok as you can see from the screen shot.
I have uploaded the code so anyone with a networked drive and have a look and any advice would be appreciated.
If i don't use a listview to hold the files/directories what would be a good replacement
Thanks
Stu
Attachments
Last edited: