Point History with Text Files
I have been playing around with text opening text files now since you showed me how to open them through VB.
My question is: How would I track member's points using a text file?
I'm undecided on the best route to take and would very much like an opinion. Heres how the Attendance section works:
1) User selects a Member Name from the "Member List" on the left.(lstMembers)
2) User Adds selected Names to the "Attendance List" on the right.(lstAttendance)
3) User Clicks on one of the three events that are taking place.
A)Kirin - 1 point (cmdKirin)
B)Gods - 2 points(cmdGods)
C)Farming - 3 points(cmdFarming)
4) Program Adds Points to each of the Member Names in the Attendance List, And saves the point Value until the next event.
http://img.photobucket.com/albums/v121/egotave/Help3.png

