CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    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.


  2. #2
    Guest

    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
  •  





Click Here to Expand Forum to Full Width

Featured