hi,i have this project i'm working on and i am facing a problem i would like to get some help to . it a login system, i have two listboxes on my form and a text box, when the form loads, the first listbox loads data from a text file which is hidden on the form. i want it to work in such a way that, when the user enters his password, it will check from the 1st listbox, if it exist there, then it would add that password to the second listbox, however if the user enters the same password again, i want it to check from the 2nd list box, if it exist then the password is rejected and access is denied.
I had the code working perfectly in vb 6 but it doesn't work in vb 10 so please i need your help with this. Thank you