CamaroMan
01-29-2008, 12:27 PM
I'm having trouble with the code that would take any text file name that the user would enter into a text box and display the text in a list box after a button is clicked. I've tried different codes and I'm not getting it yet. Any advice or help is appreciated. :confused:
ajetrumpet
02-04-2008, 05:47 PM
I'm having trouble with the code that would take any text file name that the user would enter into a text box and display the text in a list box after a button is clicked.It really depends on the listbox's properties (row source type / columns, etc...)
But, in general, you can use the AddItem action, can't you??listbox.additem(textboxname)