Article ID: 196028 - Last Review: March 7, 2005 - Revision: 2.1 PRB: FileListBox Control May Not List File Names ProperlyThis article was previously published under Q196028 On This PageSYMPTOMS
Under some conditions, file names may not appear or may be listed
improperly in the FileListBox control.
RESOLUTION
To work around this problem, you can use the Dir() function to obtain a
list of files in a directory and programmatically populate a Listbox with
the file names. When a user double-clicks a file name in the Listbox, you
may retrieve the name in the Listbox's dblClick event.
Steps to Resolve
MORE INFORMATION
Problems with the FileListBox has been know to occur with shares on Netware
Servers and on NT Servers where the 8.3 filenames have been disabled.
REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
196141
(http://support.microsoft.com/kb/196141/EN-US/
)
PRB: Problems Using Intrinsic File System Controls
Visual Basic Help, search on: "Dir function" APPLIES TO
| Article Translations
|
Back to the top
