Click here to Skip to main content
15,919,434 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating and Adding Menu at runtime Pin
Hamid_RT14-Jun-07 19:50
Hamid_RT14-Jun-07 19:50 
GeneralRe: Creating and Adding Menu at runtime Pin
Karismatic14-Jun-07 20:18
Karismatic14-Jun-07 20:18 
GeneralRe: Creating and Adding Menu at runtime Pin
Hamid_RT14-Jun-07 20:36
Hamid_RT14-Jun-07 20:36 
GeneralRe: Creating and Adding Menu at runtime Pin
Karismatic14-Jun-07 20:23
Karismatic14-Jun-07 20:23 
QuestionControls execute same handler Pin
sunit514-Jun-07 18:50
sunit514-Jun-07 18:50 
AnswerRe: Controls execute same handler Pin
sunit514-Jun-07 19:10
sunit514-Jun-07 19:10 
QuestionHook chain order Pin
codeprojecter_14-Jun-07 17:37
codeprojecter_14-Jun-07 17:37 
AnswerRe: Hook chain order Pin
Naveen14-Jun-07 17:47
Naveen14-Jun-07 17:47 
If you install a hook, your applications hook will be called first. If another application installs a hook after some time, then that applications hook willl be called first and then that application calls your hook using the CallNextHookEx (). So you dont have to mind the hook installed after your application has started.

So in your hook funtion, call the CallNextHookEx() first( this will call all the preinstalled hooks ) then only do the processing you want. Thus your hook will become the last one.


GeneralRe: Hook chain order Pin
codeprojecter_15-Jun-07 4:17
codeprojecter_15-Jun-07 4:17 
QuestionHow to draw a Gradient(as fog) background Pin
HOW WHAT14-Jun-07 14:39
HOW WHAT14-Jun-07 14:39 
AnswerRe: How to draw a Gradient(as fog) background Pin
Naveen14-Jun-07 14:56
Naveen14-Jun-07 14:56 
GeneralRe: How to draw a Gradient(as fog) background Pin
HOW WHAT14-Jun-07 16:12
HOW WHAT14-Jun-07 16:12 
GeneralRe: How to draw a Gradient(as fog) background Pin
Hamid_RT14-Jun-07 19:31
Hamid_RT14-Jun-07 19:31 
GeneralRe: How to draw a Gradient(as fog) background Pin
HOW WHAT14-Jun-07 20:57
HOW WHAT14-Jun-07 20:57 
AnswerRe: How to draw a Gradient(as fog) background Pin
Nibu babu thomas14-Jun-07 17:13
Nibu babu thomas14-Jun-07 17:13 
GeneralRe: How to draw a Gradient(as fog) background Pin
HOW WHAT14-Jun-07 20:53
HOW WHAT14-Jun-07 20:53 
QuestionLAN Bandwidth setting Pin
Akin Ocal14-Jun-07 14:25
Akin Ocal14-Jun-07 14:25 
QuestionQuestions about HW Information Pin
Akin Ocal14-Jun-07 14:24
Akin Ocal14-Jun-07 14:24 
AnswerRe: Questions about HW Information Pin
Hamid_RT14-Jun-07 19:43
Hamid_RT14-Jun-07 19:43 
Questionhow to query data from CRecordset Pin
paulosuckow14-Jun-07 12:06
paulosuckow14-Jun-07 12:06 
QuestionBitmap in parent overlaps child dialog. Pin
aquawicket14-Jun-07 11:49
aquawicket14-Jun-07 11:49 
QuestionRe: Bitmap in parent overlaps child dialog. Pin
Mark Salsbery14-Jun-07 12:02
Mark Salsbery14-Jun-07 12:02 
AnswerRe: Bitmap in parent overlaps child dialog. Pin
aquawicket14-Jun-07 12:10
aquawicket14-Jun-07 12:10 
GeneralRe: Bitmap in parent overlaps child dialog. Pin
Mark Salsbery14-Jun-07 12:17
Mark Salsbery14-Jun-07 12:17 
GeneralRe: Bitmap in parent overlaps child dialog. Pin
Naveen14-Jun-07 14:32
Naveen14-Jun-07 14:32 

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.