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

C / C++ / MFC

 
AnswerRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Toubou27-Jun-06 2:12
Toubou27-Jun-06 2:12 
GeneralRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Hamid_RT27-Jun-06 2:20
Hamid_RT27-Jun-06 2:20 
AnswerRe: error C2039: 'AnimateWindow' : is not a member of 'CMyDlg' Pin
Toubou28-Jun-06 0:24
Toubou28-Jun-06 0:24 
QuestionApplication Design Ideas Pin
AbhishekBK27-Jun-06 0:37
AbhishekBK27-Jun-06 0:37 
QuestionSetWindowsHookEx from NT Service Pin
kelt66627-Jun-06 0:37
kelt66627-Jun-06 0:37 
AnswerRe: SetWindowsHookEx from NT Service Pin
FarPointer27-Jun-06 0:50
FarPointer27-Jun-06 0:50 
GeneralRe: SetWindowsHookEx from NT Service Pin
kelt66627-Jun-06 3:45
kelt66627-Jun-06 3:45 
AnswerRe: SetWindowsHookEx from NT Service Pin
James R. Twine27-Jun-06 1:58
James R. Twine27-Jun-06 1:58 
   I would start by creating a little app and running it under the debugger.  Make sure you see your hook's DLL getting loaded into the running process.  If not, then the hook is not getting installed correctly.

   If it is being loaded into the running process, then perhaps the way the events are being filtered is incorrect?

   Also, what desktop are you in when the hook is installed?  Generally, hooks only work in the desktop that the hook is installed in.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
GeneralRe: SetWindowsHookEx from NT Service Pin
sudeesh27-Jun-06 2:22
sudeesh27-Jun-06 2:22 
GeneralRe: SetWindowsHookEx from NT Service Pin
James R. Twine27-Jun-06 3:03
James R. Twine27-Jun-06 3:03 
GeneralRe: SetWindowsHookEx from NT Service Pin
sudeesh27-Jun-06 21:33
sudeesh27-Jun-06 21:33 
JokeRe: SetWindowsHookEx from NT Service Pin
James R. Twine28-Jun-06 13:23
James R. Twine28-Jun-06 13:23 
GeneralRe: SetWindowsHookEx from NT Service Pin
kelt66627-Jun-06 3:36
kelt66627-Jun-06 3:36 
GeneralRe: SetWindowsHookEx from NT Service Pin
James R. Twine27-Jun-06 6:50
James R. Twine27-Jun-06 6:50 
GeneralRe: SetWindowsHookEx from NT Service Pin
kelt66627-Jun-06 7:33
kelt66627-Jun-06 7:33 
GeneralRe: SetWindowsHookEx from NT Service Pin
James R. Twine27-Jun-06 14:33
James R. Twine27-Jun-06 14:33 
GeneralRe: SetWindowsHookEx from NT Service Pin
kelt66627-Jun-06 22:44
kelt66627-Jun-06 22:44 
Questionfile path Pin
amit.code27-Jun-06 0:22
amit.code27-Jun-06 0:22 
AnswerRe: file path Pin
FarPointer27-Jun-06 0:28
FarPointer27-Jun-06 0:28 
GeneralRe: file path Pin
amit.code27-Jun-06 1:24
amit.code27-Jun-06 1:24 
AnswerRe: file path Pin
Hamid_RT27-Jun-06 1:27
Hamid_RT27-Jun-06 1:27 
Questionpeer to peer file sharing Pin
jalsa G27-Jun-06 0:08
jalsa G27-Jun-06 0:08 
AnswerRe: peer to peer file sharing Pin
Hamid_RT27-Jun-06 1:52
Hamid_RT27-Jun-06 1:52 
QuestionAllocating a Multidimensional Array Pin
Richard Andrew x6427-Jun-06 0:06
professionalRichard Andrew x6427-Jun-06 0:06 
AnswerRe: Allocating a Multidimensional Array [modified] Pin
Viorel.27-Jun-06 1:32
Viorel.27-Jun-06 1: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.