Hey I have an application that has a user interface like this



The user will be able to save, edit, make a new account. The problem I am having is if I should use ini files or xml, some people told me that ini files are out of date and shouldn't be used so i started googling xml but i can't find anything useful.

If it was a ini file i would have it set out like this

Code:
[Name]
user=myusername
password=mypassword
etc...

If xml is better how would i go about doing this?

Thanks