I checked out how to use ini files here:
http://www.vb-world.net/files/tip17.html

I have a question, how would I get a list of keys? My application is set up using profiles so i have the settings like:

[Identities]
ID.Joe=C:\Application\Users\Joe

[Email passwords]
EP.Joe="bWFpYmFzaWM"

How would I get a list of users of the keys (e.g. "Joe")

Thanks for any help.