Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[2007] Simple Key logger

Last post 08-29-2007 3:02 AM by gangstavexx. 34 replies.
Page 3 of 3 (35 items) < Previous 1 2 3
Sort Posts: Previous Next
  • 04-06-2007 5:42 PM In reply to

    • AndersonIT
    • Not Ranked
    • Joined on 04-06-2007
    • United States
    • New Member
    • Points 5

    Re: [2007] Simple Key logger

    I have the same problem with everything coming out upper case.  The ASCII character number that is returned to the program is the same whether I type an uppercase or lower case letter. 

    Anyone find a fix for this?!?!

    • Post Points: 5
  • 06-13-2007 11:18 AM In reply to

    • dinpras
    • Not Ranked
    • Joined on 06-13-2007
    • Sri Lanka
    • New Member
    • Points 5

    Re: Can you give it

    Is this VB.net?
    do you have any idea how to do it in vb6?

    i tried this code in vb6 but i get compilation errors




    • Post Points: 5
  • 06-24-2007 11:35 AM In reply to

    • jxdos
    • Not Ranked
    • Joined on 06-24-2007
    • Hong Kong SAR
    • New Member
    • Points 5

    Re: [2007] Simple Key logger

    Hi,

    Is there also a way to change the aA to a and AA to A with out typing out all the replace commands for every letter?

    • Post Points: 5
  • 08-03-2007 8:04 PM In reply to

    • Eas
    • Not Ranked
    • Joined on 04-21-2006
    • Netherlands
    • New Member
    • Points 25

    Re: [2007] Simple Key logger

    For strange character filter, no1 thought of using

    select case i
    case (something)
    add "This key"
    case else
    add chr(i)
    end select

    ??

    btw, did someone get the Shift function right?












    • Post Points: 5
  • 08-29-2007 3:02 AM In reply to

    Re: [2007] Simple Key logger

    i have a question that bothers me for a very long time every time  c these keylog codes posted.
    How do i receive wat was typed?

    • Post Points: 5
Page 3 of 3 (35 items) < Previous 1 2 3