Hi,
I want to make INI file for my App., in which I want to
store settings like Form height and width, Top position
etc.. I want that if the user has dragged a form to any
location, the location of the form is recorded in an INI
file, so that when the user starts the application next
time, the forms are opened at the location where the user
last moved them.
How to write and read from any file? Suppose, I want to
make an INI file with the heading "Display settings"
under which the Form position settings are written as:
Form.Height = 3400
etc.
Please help me. There is always a new solution for the same problem.
Anonymous
I want to make INI file for my App., in which I want to
store settings like Form height and width, Top position
etc.. I want that if the user has dragged a form to any
location, the location of the form is recorded in an INI
file, so that when the user starts the application next
time, the forms are opened at the location where the user
last moved them.
How to write and read from any file? Suppose, I want to
make an INI file with the heading "Display settings"
under which the Form position settings are written as:
Form.Height = 3400
etc.
Please help me. There is always a new solution for the same problem.
Anonymous