Side-by-Side Folder Compare - Which box is best - ListBox, ListView or ????

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

I'm writing code to compare two directories side-by-side, like
FolderMatch or FolderSync.

I've used ListBoxes in VB6, so have the idea about concatenating
strings for list items, but have no experience with ListView.

Which control do you suggest I use?
 
The ListView is the more flexible of the two - it supports icons, columns
and more features that the listbox does not support.

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
 
Back
Top