So let's say this is inside a .ini file:
[general]
Something = 1
Somethingelse = 5
Inside the form are 3 things: 2 textboxes and one button.
When i open the form it should load the ini file and make textbox1 to be equal to Something (1 in the example) and Textbox2 should be equal to Somethingelse (which is 5)
And when i click the button it should save the changes (so if i changed Textbox1 to "2", it should change "something = 1" to "something = 2" inside the .ini file).
I'm sorry for my bad english, Linuxfreak23