How to refresh my dialog box whenever it gets focus after changes in Registry 
Author Message
 How to refresh my dialog box whenever it gets focus after changes in Registry

Hi,
In my program i have to refresh the dailog box when ever
registry got some changes ( particularly if any of the
keys were deleted).I am using VC++
Could you please let me know which is the routine i have
to use to do this job.
I appreciate any help on this
Thanks in advance
-Venkat



Wed, 14 Jan 2004 20:12:21 GMT  
 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.



Wed, 14 Jan 2004 21:13:35 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Getting focus to CDialog Box

2. Refresh Dialog box???

3. Automatic dialog box refreshing

4. How to refresh/update modeless dialog box appearance..?

5. Getting the focus onto dialog's Activex controls

6. Need to control when a control gets the focus on a dialog

7. Setting scrolling information whenever Window Size change

8. Setting focus in a Dialog Box

9. Focus of a dialog box

10. Does my dialog box have the focus?

11. Does my dialog box have the focus?

12. How to set focus on Edit box in Dialog

 

 
Powered by phpBB® Forum Software