Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: localization problem Pin
Member 59031017-Mar-10 23:31
Member 59031017-Mar-10 23:31 
AnswerRe: localization problem Pin
Avi Berger17-Mar-10 23:34
Avi Berger17-Mar-10 23:34 
AnswerRe: localization problem Pin
Abhi Lahare18-Mar-10 4:52
Abhi Lahare18-Mar-10 4:52 
QuestionBlobk Key Pin
john563217-Mar-10 22:54
john563217-Mar-10 22:54 
AnswerRe: Blobk Key Pin
CPallini17-Mar-10 22:58
mveCPallini17-Mar-10 22:58 
GeneralRe: Blobk Key Pin
john563217-Mar-10 23:05
john563217-Mar-10 23:05 
GeneralRe: Blobk Key Pin
CPallini17-Mar-10 23:08
mveCPallini17-Mar-10 23:08 
AnswerRe: Blobk Key Pin
Adam Roderick J17-Mar-10 23:27
Adam Roderick J17-Mar-10 23:27 
If you want to keep track of the key events, then i suppose, your application wants to know whether any one is hooking the keyboard events.
Then surely it may be using SetWindowHookEx([^]) to achieve the goal of a key logger.

To find the Key logger, you can use the technique of API hooking to monitor any process doing something with a specified API.
Hook that API(API Hooking (LoadLibrary)[^]). I believe if you hook SetWindowHookEx API then you can monitor whether some one there for KeyBoard hooking.
A little bit complex, All the best, have a try Smile | :)
Величие не Бога может быть недооценена.

QuestionHow do I get the notification when the user modifies the DNS server address? Pin
EverettJF17-Mar-10 20:11
EverettJF17-Mar-10 20:11 
Questionhow to draw a sector of a circle? Pin
tho_mee17-Mar-10 13:55
tho_mee17-Mar-10 13:55 
AnswerRe: how to draw a sector of a circle? Pin
Avi Berger17-Mar-10 15:23
Avi Berger17-Mar-10 15:23 
AnswerRe: how to draw a sector of a circle? Pin
Adam Roderick J17-Mar-10 18:25
Adam Roderick J17-Mar-10 18:25 
AnswerRe: how to draw a sector of a circle? Pin
Eugen Podsypalnikov17-Mar-10 21:14
Eugen Podsypalnikov17-Mar-10 21:14 
GeneralRe: how to draw a sector of a circle? Pin
tho_mee27-Mar-10 6:12
tho_mee27-Mar-10 6:12 
AnswerRe: how to draw a sector of a circle? Pin
Iain Clarke, Warrior Programmer18-Mar-10 10:43
Iain Clarke, Warrior Programmer18-Mar-10 10:43 
QuestionUAC and restarting an external service in my MFC app Pin
Sternocera17-Mar-10 12:45
Sternocera17-Mar-10 12:45 
AnswerRe: UAC and restarting an external service in my MFC app Pin
Mohan Ramachandra17-Mar-10 19:10
Mohan Ramachandra17-Mar-10 19:10 
AnswerRe: UAC and restarting an external service in my MFC app Pin
BIJU Manjeri17-Mar-10 19:48
BIJU Manjeri17-Mar-10 19:48 
GeneralRe: UAC and restarting an external service in my MFC app Pin
Sternocera18-Mar-10 0:13
Sternocera18-Mar-10 0:13 
Questionprevent scientific notation for integers [Solved] Pin
b-rad31117-Mar-10 10:25
b-rad31117-Mar-10 10:25 
AnswerRe: prevent scientific notation for integers Pin
Gwenio17-Mar-10 10:56
Gwenio17-Mar-10 10:56 
GeneralRe: prevent scientific notation for integers Pin
b-rad31117-Mar-10 11:00
b-rad31117-Mar-10 11:00 
QuestionDeleting a quadtree [modified] Pin
Chidori-chan17-Mar-10 9:56
Chidori-chan17-Mar-10 9:56 
QuestionRe: Deleting a quadtree Pin
David Crow17-Mar-10 10:03
David Crow17-Mar-10 10:03 
AnswerRe: Deleting a quadtree Pin
krmed17-Mar-10 10:08
krmed17-Mar-10 10:08 

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.