Click here to Skip to main content
15,901,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
Link260015-Aug-04 14:21
Link260015-Aug-04 14:21 
GeneralRe: What's the difference between Multi-threaded and Multi-threaded DLL? Pin
peterchen15-Aug-04 14:34
peterchen15-Aug-04 14:34 
GeneralLink Problems Pin
Jnewg514-Aug-04 17:11
Jnewg514-Aug-04 17:11 
GeneralRe: Link Problems Pin
Ryan Binns15-Aug-04 18:33
Ryan Binns15-Aug-04 18:33 
GeneralRegistry change event Pin
RoyceF14-Aug-04 16:35
RoyceF14-Aug-04 16:35 
GeneralRe: Registry change event Pin
Scozturk14-Aug-04 22:54
professionalScozturk14-Aug-04 22:54 
GeneralRe: Registry change event Pin
RoyceF15-Aug-04 9:43
RoyceF15-Aug-04 9:43 
GeneralRe: Registry change event Pin
Scozturk16-Aug-04 2:30
professionalScozturk16-Aug-04 2:30 
Well you open the key you want normally and you use this code to intercept changes:
<br />
RegNotifyChangeKeyValue(yourHKEY, true ,REG_NOTIFY_CHANGE_ATTRIBUTES + REG_NOTIFY_CHANGE_LAST_SET + REG_NOTIFY_CHANGE_NAME + REG_NOTIFY_CHANGE_SECURITY , 0 ,false);<br />

It will not return until a change is made in the key so I recommand using this in a thread...
You can find more info about REG_NOTIFY_CHANGE... on MSDN...
I hope this helps...

Well... I am a beginner ...
QuestionWIN 32 programming questions. what do these libraries do? Pin
Link260014-Aug-04 15:00
Link260014-Aug-04 15:00 
AnswerRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani14-Aug-04 15:12
professionalRavi Bhavnani14-Aug-04 15:12 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Link260014-Aug-04 15:16
Link260014-Aug-04 15:16 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani14-Aug-04 15:22
professionalRavi Bhavnani14-Aug-04 15:22 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Link260014-Aug-04 20:06
Link260014-Aug-04 20:06 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani15-Aug-04 3:22
professionalRavi Bhavnani15-Aug-04 3:22 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Link260015-Aug-04 14:23
Link260015-Aug-04 14:23 
GeneralRe: WIN 32 programming questions. what do these libraries do? Pin
Ravi Bhavnani15-Aug-04 14:30
professionalRavi Bhavnani15-Aug-04 14:30 
GeneralDirectX pixel manipulator Pin
vxje14-Aug-04 14:14
vxje14-Aug-04 14:14 
GeneralRe: DirectX pixel manipulator Pin
Andrew Walker15-Aug-04 4:41
Andrew Walker15-Aug-04 4:41 
Questionhow to program views in multiple views program Pin
irfan raza14-Aug-04 14:03
irfan raza14-Aug-04 14:03 
GeneralAdd Text to a CView Pin
master8714-Aug-04 5:24
master8714-Aug-04 5:24 
GeneralRe: Add Text to a CView Pin
alex.barylski14-Aug-04 13:13
alex.barylski14-Aug-04 13:13 
QuestionHow can I declare a const string array by initial values in a class declaration as a member? Pin
Behzad Ebrahimi14-Aug-04 3:08
Behzad Ebrahimi14-Aug-04 3:08 
AnswerRe: How can I declare a const string array by initial values in a class declaration as a member? Pin
Ivan Cachicatari14-Aug-04 4:50
Ivan Cachicatari14-Aug-04 4:50 
AnswerRe: How can I declare a const string array by initial values in a class declaration as a member? Pin
Anonymous14-Aug-04 19:46
Anonymous14-Aug-04 19:46 
QuestionHow can I switch between &quot;Code Comments&quot; by keyboard!? Pin
Behzad Ebrahimi14-Aug-04 3:00
Behzad Ebrahimi14-Aug-04 3:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.