|
-
January 14th, 2000, 07:35 PM
#1
Reading a ini file
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, 07:39 PM
#2
Re: Reading a ini file
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|