|
|
Hello,
I want to produce a simple GUI application that mimics a bulletin board. Where there would be a GUI that people could insert a message, and I could allow others to view the past messages and possibly allow some filtering as to what they see.
I want to go from the GUI window to a text file to hold the past messages. After the text file I will probably move up to a DB, but for now, I think it is a good starter application.
I am having trouble with the IO class, because of the so many ways to read and write data, and was hoping someone may give me some guidance as to the best way to handle the IO, (which classes) or point me to a tutorial where they are reading a line at a time, and possibly putting them into a collection and then showing it in a GUI.
I know that is kind of a large question, but any assistance to get me started would be helpful, and then I can refine my questions as I begin building my project.
Thanks for your time,
Scott
|
|