January 14th, 2000, 06:35 PM
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.
|
Click to See Complete Forum and Search --> : Reading a ini file January 14th, 2000, 06:35 PM 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. January 14th, 2000, 06:39 PM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |