jrsteensen
New member
- Joined
- Oct 8, 2005
- Messages
- 2
- Programming Experience
- Beginner
Display Chatlogs from a game that are stored locally
Hello all. I am trying to learn VB.NET in my very limited spare time, (A soldier's work hours SUCK.) and am working on my first program. I want it to display Chatlogs from a game that are stored locally. It needs to go to the right directory. (the default is: C:/Program Files/CCP/EVE/capture <-- This needs to be user configurable.) (The Chatlogs are located at: \%pathtocapturefolder%\capture\Chatlogs from that configurable path.)
Then take the file name, (example filename: BWS_20051003_175422.txt, which is ChannelName_4 digit year 2 digit month 2 digit day_2 digit hour 2 digit minute 2 digit second.txt) and show all the ones in a folder in a scrollable list to the left of the form with the output formated like this: BWS 03/10/2005 1754:22, (sorted by Channel name, Date, and Time.)
On the right the contents of the clicked name on the left, shown as read only in a scrollable text box. (With only a copy function when right-clicked.)
Thanks for the help. I've puzzled over how to do this all day, and just can't seem to get started. I've scoured for snippets, but can't seem to find them.
Hello all. I am trying to learn VB.NET in my very limited spare time, (A soldier's work hours SUCK.) and am working on my first program. I want it to display Chatlogs from a game that are stored locally. It needs to go to the right directory. (the default is: C:/Program Files/CCP/EVE/capture <-- This needs to be user configurable.) (The Chatlogs are located at: \%pathtocapturefolder%\capture\Chatlogs from that configurable path.)
Then take the file name, (example filename: BWS_20051003_175422.txt, which is ChannelName_4 digit year 2 digit month 2 digit day_2 digit hour 2 digit minute 2 digit second.txt) and show all the ones in a folder in a scrollable list to the left of the form with the output formated like this: BWS 03/10/2005 1754:22, (sorted by Channel name, Date, and Time.)
On the right the contents of the clicked name on the left, shown as read only in a scrollable text box. (With only a copy function when right-clicked.)
Thanks for the help. I've puzzled over how to do this all day, and just can't seem to get started. I've scoured for snippets, but can't seem to find them.
Last edited by a moderator: