i am making the phone book program still, and i want to let the user pick his own password, but i am having probs doing that.
Printable View
i am making the phone book program still, and i want to let the user pick his own password, but i am having probs doing that.
OH **** wassup now, i learned how all by myself, heres the code:
Open "c:\bmp\trav.ini" For Input As #1
Line Input #1, lineoftext$
AllText$ = AllText$ & lineoftext$ & Wrap$
If Text1 = lineoftext$ Then
Form2.Show
Close #1
Else
Close #1
End If