Desmond
09-30-2005, 11:07 AM
Hello,
This example demonstrates how to dynamically insert items into ListBox objects. In this project there are two listbox objects. The first (province) is populated based on files located inside a specific directory. When an item is selected in the province listbox, the second listbox (city) is populated based on the contents of a specific file in the same directory.
Skills Used: File.Find, Read Text File To Table, ListBox Object, Dynamically add Items, Object Interaction.
This example demonstrates how to dynamically insert items into ListBox objects. In this project there are two listbox objects. The first (province) is populated based on files located inside a specific directory. When an item is selected in the province listbox, the second listbox (city) is populated based on the contents of a specific file in the same directory.
Skills Used: File.Find, Read Text File To Table, ListBox Object, Dynamically add Items, Object Interaction.