المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to clear registry using API. (VC6.0 MFC) SOLVED



C++ Programming
01-06-2012, 03:00 AM
I am sure some of you gurus will jump up when you see this question.
Not to worry - I am just looking for a easy way to clear MY registry entries during debugging.
I am using WriteProfileString and associated API functions and since I am adding multiple entries into registry during development I would like to be able to clear them programmatically ( I hate this word – sounds so stuffy ) .
I am not particularly willing to use another API set, so how can I accomplish this ?
Thanks for reading
Vaclav