I am using WritePrivateProfileString() and GetPrivateProfileString() to access MyApp.ini and was wondering if there was a simple method for deleting keys. I am working in a network environment where apps I build don't necessary have write access to the registry so am essentially stuck with *.ini files! Any ideas?