Click here to Skip to main content
15,867,568 members

Comments by Graeme_Grant (Top 200 by date)

Graeme_Grant yesterday View    
hmmm... Sounds like homework...
Graeme_Grant 2 days ago View    
Glad that it helps.

Regarding out-of-memory, do loading on demand with the TreeView control:
1. Load the root + 1
2. in the +1, only add a stub for each sub folder if it has 1 or more sub directories, no stub fi no sub directories.
3. on expand, remove the stub and repeat - load that path, then + 1 for each sub folder with a stub.

This is called virualization and will instantly load like the OpenFileDialog control. 😊
Graeme_Grant 3 days ago View    
As asked above, please post sample data. Use the "Improve question" link provided above.
Graeme_Grant 3 days ago View    
post some sample data that needs to be sorted
Graeme_Grant 3 days ago View    
Glad I could help! 😊