Results 1 to 2 of 2

Thread: INI Files, accoding to the tip on this site.

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2000
    Posts
    56

    INI Files, accoding to the tip on this site.

    I checked out how to use ini files here:
    http://www.vb-world.net/files/tip17.html

    I have a question, how would I get a list of keys? My application is set up using profiles so i have the settings like:

    [Identities]
    ID.Joe=C:\Application\Users\Joe

    [Email passwords]
    EP.Joe="bWFpYmFzaWM"

    How would I get a list of users of the keys (e.g. "Joe")

    Thanks for any help.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Seems like a database would be better suited for this. Usually in a INI the keys are unique and not really in a set across the board. I mean you can do it that way, but it might be more trouble then it needs to be.

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