irpotential Posted July 10, 2008 Report Share Posted July 10, 2008 Hello. I need to make a combo box that will check a user specified directory for its contents and then put all of the file names into the combo box as choices. Unfortunately I have no idea where to start with this. Any help would be greatly appreciated. Thanks, Pat Quote Link to comment
Dan Press Posted July 10, 2008 Report Share Posted July 10, 2008 The key is the property of a combo box called Strings[]. Feed it the array of file names from your directory listing. Quote Link to comment
irpotential Posted July 10, 2008 Author Report Share Posted July 10, 2008 QUOTE (Dan Press @ Jul 9 2008, 11:12 AM) The key is the property of a combo box called Strings[]. Feed it the array of file names from your directory listing. http://lavag.org/old_files/monthly_07_2008/post-123-1215616301.png' target="_blank"> excellent, thank you Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.