Question text file name

theazza

Member
Joined
May 20, 2011
Messages
23
Programming Experience
1-3
how to read a text file name and write it into a combobox so wen the name is pressed the text in the text files appears in a listbox
 
Try breaking it down into smaller parts:

1. Get a list of text file names and display them in a combobox.

2. When a file is selected display its contents.

Try getting step 1 done and then move on to step 2. If you get stuck post the code you've got so far and we'll help you from there.
 
thats the part i dont no. what is the code for step one i have absolutely no idea
how to u get file names

thanks for helping
 
That's a part we don't know. Where are the files? Are they the same every time? How do you know which ones they are?
 
Back
Top