Results 1 to 3 of 3

Thread: ini file in vb.6.0

  1. #1
    Junior Member
    Join Date
    Nov 2001
    Posts
    4

    Question ini file in vb.6.0

    Hi !
    I have a small problem with my .ini file that i created in visual b.6.0
    I can put info into the .ini file but i cannot get it to send back the info when i am starting up my form.

    I have tested others opensource programs under the link www.planetsourcecode.com but i still havent found my problem .

    If you have any idea at all please type a line.
    //
    I tryed making a simple Name , Password save into a .ini but only got it to put the name and password in..and not type out the name in the second form in a textbox .. called text1..
    //

    /ArticMist 2001
    Chirp. ?!

  2. #2
    Senior Member
    Join Date
    Nov 2001
    Posts
    472
    Sounds to me all you need is to know how to read from a file. Use the FileSystemObject. Details can be found on http://www.codeguru.com/columns/VB/PK060801.html
    ---
    proactive

  3. #3
    Junior Member
    Join Date
    Nov 2001
    Posts
    4

    Talking Thanx !

    Tnx for such a quick responce
    /ArticMist 2001
    Chirp. ?!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •