Click here to Skip to main content
15,921,531 members
Home / Discussions / C#
   

C#

 
GeneralProblem in window Service Pin
Waqas Badar11-Jan-08 1:01
Waqas Badar11-Jan-08 1:01 
GeneralRe: Problem in window Service Pin
Justin Perez11-Jan-08 2:29
Justin Perez11-Jan-08 2:29 
Questionhow to log keystroke through windows Service? Pin
Somnath Sen11-Jan-08 0:52
Somnath Sen11-Jan-08 0:52 
AnswerRe: how to log keystroke through windows Service? Pin
Dave Kreskowiak11-Jan-08 1:41
mveDave Kreskowiak11-Jan-08 1:41 
GeneralRe: how to log keystroke through windows Service? Pin
Somnath Sen11-Jan-08 1:59
Somnath Sen11-Jan-08 1:59 
GeneralRe: how to log keystroke through windows Service? Pin
Justin Perez11-Jan-08 2:31
Justin Perez11-Jan-08 2:31 
GeneralRe: how to log keystroke through windows Service? Pin
Pete O'Hanlon11-Jan-08 3:28
mvePete O'Hanlon11-Jan-08 3:28 
GeneralRe: how to log keystroke through windows Service? Pin
Dave Kreskowiak11-Jan-08 4:01
mveDave Kreskowiak11-Jan-08 4:01 
Somnath Sen wrote:
How do I convince you, that I'm not going to violate security?


You can't. It was a facetious question.

The System.Windows.Forms namespace will do you no good. It won't capture keystrokes system-wide. For that, you need to use the Win32 API and setup a certain callback. I refuse to say exactly what you have to do simply because there is no legitimate, nor legal, reason to write a "keylogger".



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




Questionstack issue Pin
Goncalo Oliveira11-Jan-08 0:29
Goncalo Oliveira11-Jan-08 0:29 
GeneralRe: stack issue Pin
Dave Kreskowiak11-Jan-08 4:07
mveDave Kreskowiak11-Jan-08 4:07 
GeneralRe: stack issue Pin
Goncalo Oliveira11-Jan-08 4:21
Goncalo Oliveira11-Jan-08 4:21 
GeneralRe: stack issue Pin
Dave Kreskowiak11-Jan-08 4:38
mveDave Kreskowiak11-Jan-08 4:38 
GeneralRe: stack issue Pin
Goncalo Oliveira11-Jan-08 4:46
Goncalo Oliveira11-Jan-08 4:46 
GeneralRe: stack issue Pin
Dave Kreskowiak11-Jan-08 6:28
mveDave Kreskowiak11-Jan-08 6:28 
GeneralRe: stack issue Pin
Goncalo Oliveira11-Jan-08 6:39
Goncalo Oliveira11-Jan-08 6:39 
GeneralRe: stack issue Pin
Dave Kreskowiak11-Jan-08 12:22
mveDave Kreskowiak11-Jan-08 12:22 
GeneralRe: stack issue Pin
Goncalo Oliveira11-Jan-08 12:29
Goncalo Oliveira11-Jan-08 12:29 
GeneralRe: stack issue Pin
Dave Kreskowiak12-Jan-08 6:53
mveDave Kreskowiak12-Jan-08 6:53 
GeneralRe: stack issue Pin
Dave Kreskowiak12-Jan-08 6:53
mveDave Kreskowiak12-Jan-08 6:53 
GeneralRe: stack issue Pin
Goncalo Oliveira12-Jan-08 6:58
Goncalo Oliveira12-Jan-08 6:58 
GeneralRe: stack issue Pin
Dave Kreskowiak14-Jan-08 6:06
mveDave Kreskowiak14-Jan-08 6:06 
GeneralRe: stack issue Pin
Goncalo Oliveira14-Jan-08 6:27
Goncalo Oliveira14-Jan-08 6:27 
GeneralRe: stack issue Pin
Dave Kreskowiak14-Jan-08 12:01
mveDave Kreskowiak14-Jan-08 12:01 
GeneralRe: stack issue Pin
Goncalo Oliveira14-Jan-08 12:58
Goncalo Oliveira14-Jan-08 12:58 
GeneralRe: stack issue Pin
Skippums11-Jan-08 4:49
Skippums11-Jan-08 4:49 

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.