Ok in my Dialog3 i have
Sound on / off
Windows in top on / off
Transparency Forms
and a button2 to Save
How i make it to save ?
in the .ini i have this in it
<?xml version="1.0" encoding="UTF-8"?>
<settings>
[Audio Settings]
Sound=1
[Windows Settings]
WindowsinTop=0
[Transparency Settings]
Transparency=10
</settings>
How i make it save every time is change ?
Sound=1 means that have to be True - On
and 0 = false - off
but i dont know how to make it work