Hi,
I know how to build a dialog and use either combo box or list box to present a list of items for users to select.
That would work fine if the number of items is limited, i.e a dozen of so.
When the list is long, combo or list box won't work too well. I need to display a text file that contains 300 or so names for user to select. The text file would be updated regularly.
How can I do that?
Please help, thanks