Originally posted by: H.T.
Could hijacking routines cause this error ? maybe because of security on a computer.. is it possible..?
ReplyOriginally posted by: zhenyong hu
You can find more details in MSDN, just use SetWindowsHookEx as the keyword for index.
ReplyOriginally posted by: Wei Junping
I'm sorry I made a mistake when I wrote this article. My program can only solve the problem with indirect call, but not the problem with dynamical call ( call a function by LoadLibrary followed by GetProcAddress ). To solve the problem, please reference http://www.codeguru.com/mfc/comments/29915.shtml.
Originally posted by: lsyca
Why?
ReplyOriginally posted by: lsyca
I use win2k professional + vc6
ReplyOriginally posted by: Eduard
I hooked the following functions:
(Ext,Poly,Tabbed)TextOut, DrawText(Ex)
both unicode and non-unicode (i.e. xxxW, and xxxA )
But still there is a lot of text, in any application, that is not going through my functions, and an example of that is the title bar text.
Any ideas why??
ReplyOriginally posted by: habib
Dear All,
I downloaded the sample project but it doesnt catch when I type in edit box of note pad.
yours,
Habib
Originally posted by: MS
How do you load Hook DLL in the same address space as Notepad??
Thanks
ReplyOriginally posted by: Ahmed A. Korany
1-Modify the outed text when i change the lpszstring mebmber unknown letters appears.
3-in WH_JOURNALRECORD the journaling activity stops whet i press the windows key from the key board how can i prevent this.
plz relpy me at Ahmed_Korany@hotmail.com
Ahmed_Korany
Thank you man for this excellent explaination
Please could you help me and tel me how
2-Modify the message in the WH_GETMESSAGE before it reaches the destination window
thant you. :|
Originally posted by: Andrey Koubychev
is that that you looking for ?http://research.microsoft.com/sn/detours/
Reply