View Single Post
  #1 (permalink)  
Old 07-04-2009, 4:38 PM
u-sef u-sef is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Jul 2009
Posts: 3
Reputation: 0
u-sef is on a distinguished programming path ahead
Default the best way to make a key logger

hallo everyone,

I try to make a monitoring solution to work on my PC for monitoring others' activities on my PC.

I have wrote a simple programm for key logging using keyDown event with keyPreview is true for form

what is the best way to make the code in an excutable form, is it by making it a "windows service" ?, if yes then how to do this?

thank you