Hey, I'm working on a project, basically writing a small application intended to allow the user to open files from a specific directory, edit them without saving (through a RTE), then export the edited content to a word document using bookmarks.

Part of this program I would truly like to add would be a list box displaying the name of files in a specific directory - and for the user to be able to click on each file name in the list box, and for the file contents to display within my RTE. Is this possible? Any advice, help or tutorials would be greatly appreciated.