hi
how I can delete a complete KeyName in a ini ?
example ;
[Menu1]
Entry1=String1
Entry2=String2
Entry3=String3
Entry4=String4
have your an idea or example?
thanks
ragdog
You can delete all the keys within a section using WritePrivateProfileSection. (http://msdn.microsoft.com/en-us/library/ms725500(VS.85).aspx)