Click here to Skip to main content
15,902,275 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsave file in database Pin
Y_Kaushik13-Jun-07 1:35
Y_Kaushik13-Jun-07 1:35 
AnswerRe: save file in database Pin
James R. Twine13-Jun-07 2:32
James R. Twine13-Jun-07 2:32 
GeneralRe: save file in database Pin
Y_Kaushik13-Jun-07 2:47
Y_Kaushik13-Jun-07 2:47 
GeneralRe: save file in database Pin
James R. Twine13-Jun-07 3:11
James R. Twine13-Jun-07 3:11 
GeneralRe: save file in database Pin
David Crow13-Jun-07 3:30
David Crow13-Jun-07 3:30 
Questionread keyboard keys Pin
deeps_cute13-Jun-07 1:15
deeps_cute13-Jun-07 1:15 
AnswerRe: read keyboard keys Pin
Programm3r13-Jun-07 1:46
Programm3r13-Jun-07 1:46 
AnswerRe: read keyboard keys Pin
James R. Twine13-Jun-07 2:19
James R. Twine13-Jun-07 2:19 
   If you want to write a Key Logger, you might want to start by stating so, and searching Google for Key Logger source code.

   In the simplest form, you would create a Keyboard Hook (in a DLL), and intercept keyboard events and write them to a file.

   In the more robust and professional forms, you use a Window Message Hook and pay attention to keyboard-related and mouse-button-related events so that you can correctly capture user input from several sources (on-screen keyboards, enhanced keypads, buttons that trigger text macros, voice recognition/dictation, mouse gesture systems, Accessibility aids/applications like Dasher[^], etc.)

   I believe that far too many so-called "key loggers" are written by amateurs that think that the only way to get a character into an edit control is by pressing a key on a keyboard.  Nothing is worse than bad software masquerading as security.   (Well, maybe except for the companies that use them!)

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>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!
See DeleteFXPFiles

AnswerRe: read keyboard keys Pin
Hamid_RT13-Jun-07 3:27
Hamid_RT13-Jun-07 3:27 
QuestionTo be modal or not to be modal Pin
Wim Engberts13-Jun-07 1:15
Wim Engberts13-Jun-07 1:15 
AnswerRe: To be modal or not to be modal Pin
James R. Twine13-Jun-07 2:29
James R. Twine13-Jun-07 2:29 
GeneralRe: To be modal or not to be modal Pin
Wim Engberts13-Jun-07 2:43
Wim Engberts13-Jun-07 2:43 
Questionxcx Pin
suchon_phuong13-Jun-07 1:04
suchon_phuong13-Jun-07 1:04 
QuestionPhysical disk information of a remote system Pin
kvrnkiran13-Jun-07 0:48
kvrnkiran13-Jun-07 0:48 
AnswerRe: Physical disk information of a remote system Pin
Matthew Faithfull13-Jun-07 2:08
Matthew Faithfull13-Jun-07 2:08 
QuestionCreating TimeStamp Pin
Programm3r13-Jun-07 0:33
Programm3r13-Jun-07 0:33 
AnswerRe: Creating TimeStamp Pin
kvrnkiran13-Jun-07 1:08
kvrnkiran13-Jun-07 1:08 
GeneralRe: Creating TimeStamp Pin
Programm3r13-Jun-07 1:32
Programm3r13-Jun-07 1:32 
AnswerRe: Creating TimeStamp Pin
Hans Ruck13-Jun-07 1:16
Hans Ruck13-Jun-07 1:16 
GeneralRe: Creating TimeStamp Pin
Programm3r13-Jun-07 1:31
Programm3r13-Jun-07 1:31 
AnswerRe: Creating TimeStamp Pin
David Crow13-Jun-07 2:56
David Crow13-Jun-07 2:56 
GeneralRe: Creating TimeStamp Pin
Programm3r13-Jun-07 4:12
Programm3r13-Jun-07 4:12 
QuestionAbout compilation in VS 2005 Pin
Nandu_77b13-Jun-07 0:30
Nandu_77b13-Jun-07 0:30 
AnswerRe: About compilation in VS 2005 Pin
Programm3r13-Jun-07 0:35
Programm3r13-Jun-07 0:35 
GeneralRe: About compilation in VS 2005 Pin
Nandu_77b13-Jun-07 1:04
Nandu_77b13-Jun-07 1:04 

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.