W
Woody Splawn
In the tool I used to use I would write certain things to a .ini file in a
users private directory from time to time. For example, when the
application was started, a certain section of that .ini file is checked so
that the application will start in a way that is unique to the users
machine. This is a non windows app.
I see that it is not convenient to do the same in VB.net. Tools for writing
and reading from a .ini file are not good. It has occurred to me, however,
that I might just as easily make use of writing that data to an xml file and
get the same result.
Is anyone else doing it this way?
users private directory from time to time. For example, when the
application was started, a certain section of that .ini file is checked so
that the application will start in a way that is unique to the users
machine. This is a non windows app.
I see that it is not convenient to do the same in VB.net. Tools for writing
and reading from a .ini file are not good. It has occurred to me, however,
that I might just as easily make use of writing that data to an xml file and
get the same result.
Is anyone else doing it this way?