Results 1 to 5 of 5

Thread: modIniFiles

  1. #1

    Thread Starter
    Fanatic Member BenJones's Avatar
    Join Date
    Mar 2010
    Location
    Wales UK
    Posts
    813

    Post modIniFiles

    modIniFiles is a small bas file that can be used for reading and writeing windows ini files it supports a lot of stuff and should be all you need to deal with the old ini files. some features

    • ReadString
    • ReadInteger
    • ReadFloat
    • ReadBoolean
    • WriteString
    • WriteInteger
    • WriteFloat
    • WriteBoolean
    • Read selections
    • Read Selection Keys
    • Read Selection Values
    • Check for a selection
    • Chreck For a Key
    • Check For a Value
    • Delete Selection
    • Delete Key
    • and more


    Hope you find it usfull.
    modIntFiles1.bas
    Last edited by BenJones; Nov 2nd, 2024 at 02:53 PM.

  2. #2
    PowerPoster Elroy's Avatar
    Join Date
    Jun 2014
    Location
    Near Nashville TN
    Posts
    10,808
    Last edited by Elroy; Nov 3rd, 2024 at 09:07 AM.
    Any software I post in these forums written by me is provided "AS IS" without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. To all, peace and happiness.

  3. #3

    Thread Starter
    Fanatic Member BenJones's Avatar
    Join Date
    Mar 2010
    Location
    Wales UK
    Posts
    813

    Re: modIniFiles

    Quote Originally Posted by Elroy View Post
    Thanks I will take a look

  4. #4
    Fanatic Member HackerVlad's Avatar
    Join Date
    Nov 2023
    Posts
    674

    Re: modIniFiles

    Quote Originally Posted by Elroy View Post
    The WritePrivateProfileString, & WritePrivateProfileSection API calls functions do not support unicode (UTF-16LE), so you can use these API functions mainly for reading the INI, but not for writing

  5. #5
    PowerPoster Elroy's Avatar
    Join Date
    Jun 2014
    Location
    Near Nashville TN
    Posts
    10,808

    Re: modIniFiles

    WritePrivateProfileStringW

    and

    WritePrivateProfileSectionW

    The Unicode (wide-character) versions.
    Any software I post in these forums written by me is provided "AS IS" without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. To all, peace and happiness.

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