V.3.1
ctlUniFileBoxXP

An Unicode Dir/FileBox with advanced properties; supports up to 32000 characters in path.
>>Common properties

Some Properties/Methods:
DisplayMode shows you Files, Directories or Both
DropDownWidth permits you to choose the size of the drop down list
FileName gets the filename for the specified element
HScroll permits you to add an horizontal scroll to the list
IsRoot checks if the current path is a root path (c:\)
List gets a certain item shown in the llist
ListCount gets the number of items in the list
ListIndex gets/sets the selected item
ListObject gets the object "clsSearchFilesFInfo" containing information for the specified index
MultiSelect permits you to multiselect items in the list
Path gets/sets the current path
PathFileName gets the complete path with filename for the specified element
Pattern permits you to filter items (*.* or *.txt)
You can use multiple patterns using "," or ";" as a separator (ex. *.txt;*.doc)
PatternAlsoForDirs permits you to specify if the pattern applies to files or also to folders (by default the pattern also applies only for files)
PermitNavigation permits you to navigate through directories using dblclicks
ReadOnly, Hidden, System permits you to see/hide files with specified attributes
SelCount returns the number of selected items
Selected checks if a certain item is selected
ShowFullPath shows you the full path filename into the list
Events:
FilesRead raised when the number of items in the list changes
PathChange raised when the path changes
PatternChange raised when the pattern changes
How to use this control:
Draw this control on to a form then use the Path property to change the path
Unicode FileBox for VB6, Unicode file access VB6
http://www.hexagora.com
Thu, 20 Oct 2011 07:20:48 UT
Copyright 2003-11 by Lorenzi Davide