
How to refresh my dialog box whenever it gets focus after changes in Registry
Quote:
>In my program i have to refresh the dailog box when ever
>registry got some changes ( particularly if any of the
>keys were deleted).
There's the RegNotifyChangeKeyValue API, but that won't tell you if
the key is deleted :(
I guess the alternative is to periodically poll for the key yourself.
Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
My address is altered to discourage junk mail.
Please post responses to the newsgroup thread,
there's no need for follow-up email copies.