Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox from GetDir()
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00567836
Message ID:
00568176
Views:
20
>>Try this:
>>
>>- create a form with a listbox object
>>- give the listbox object the following properties:
>>RowSource = "\"
>>RowSourceType = 7
>>
>>The listbox should give you the folders in the 'foldername' folder with the >first few lines for selecting the drive. To go up a folder click on the '[..]' >and click on the folder name to go down the tree.
>>
>>Hope this helps,
>>Arriyel
>
>Is there a way to get the path and directory that is displayed from this listbox ?
>
lcDrive = thisform.list1.listitem[1]
lcDir = thisform.list1.listitem[2]
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform