Hi,
this is merely a question for oppinions that a real tech question...
I want to use a config-file per user on startup of my application so that each user can set a certain amount of parameters (language ao.) that are loaded on startup.
I've done this a few times already (never in VB, but this cannot pose any problems) but I was wondering if any of you have done this before and if you did, what form of file did you use...
I used simple flatfiles like below:
<key>: <value>
but I was thinking that XML may be a better solution to do this. (I do not want to write in the (windows-)registry nor in the DB I use).
So, should I stick to flatfiles or go for an XML (what I would have to learn how to do it)...
Thanks for your opinion
this is merely a question for oppinions that a real tech question...
I want to use a config-file per user on startup of my application so that each user can set a certain amount of parameters (language ao.) that are loaded on startup.
I've done this a few times already (never in VB, but this cannot pose any problems) but I was wondering if any of you have done this before and if you did, what form of file did you use...
I used simple flatfiles like below:
<key>: <value>
but I was thinking that XML may be a better solution to do this. (I do not want to write in the (windows-)registry nor in the DB I use).
So, should I stick to flatfiles or go for an XML (what I would have to learn how to do it)...
Thanks for your opinion