INI Tutorial
This is a short tutorial piece of code that shows how to work with INI files.
It demonstrates how to open and read INI files, as well as create and/or write to INI files.
This allows you to have your program save settings for the next run.
About this post
Posted: 2017-06-03
By: TroyMac
Viewed: 481 times
Categories
Attachments
INITutorial.zip
Posted: 6/3/2017 3:23:16 PM
Size: 3,068 bytes
Special Instructions
Run the program, and use the controls on the form to make some "settings". It's all fake, so no real settings are changed.
After the changes are made, click the Save button, which will send your settings to the INI file.
Now, close the program.
Finally, re-open the program, and your settings will be magically loaded from the INI file.
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.