OK Here its is:

vb prject2013.zip

Beare in mind, there is alot, i mean ALOT of unessercary crap that i don't need that may be commented out or not commented out. I still need to change a lot of things but here are my main problems at the moment:

1) When i go on to the viewadmins form, the correct information loads to the list box. However when i click on any other admin except for the top one listed, it displays incorrect information. --> It shows the details for whoever is listed 2nd in the text file, regardless if they are admin or not.

2) When view scores. If I click more than once on the lstusers listbox on the main teacher form and precede to the go to the view scores page, the scores from each person i have clicked show. I only want the one who is last clicked/highlighted to show.

3) On the test screen: When doing division, I only want to be able to divide numbers that are equally divisible by each other-ie 54/8, 12/3,etc and not 9/4, 7/6 etc. I know i can check for divisibility by using the MOD = 0 but i'm not sure on the exact placement of the code in amongst my other code.

4) Deleteing a user/Changing password: Haven't actually put this in yet, but i think it involves copying the text file to a temp_txt, changing the data, killing the old one, and renaming?? Is this the correct way to go with this?


I know this really does seem like i'm nagging a bit but I am still only fairly new to vb.
Thanks in advance.