Results 1 to 13 of 13

Thread: Keyboard spy?

  1. #1

    Thread Starter
    Hyperactive Member Arachnid13's Avatar
    Join Date
    Jan 2003
    Location
    England
    Posts
    327

    Question Keyboard spy?

    hi,
    i was wondering if there is some way of getting input from the keyboard (not using a inputbox) when the user has a different program selected, such as ms word, so that my program can register what is being typed while it is only running in the background. Any code examples would be much appreciated.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Take this : http://www.patorjk.com/vb32examples.htm
    It's Key logger example you can find it in "Miscellaneous Examples" Section . There are more on the same page .

  3. #3
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    Here you'll find many examples...


    Has someone helped you? Then you can Rate their helpful post.

  4. #4
    Frenzied Member ice_531's Avatar
    Join Date
    Aug 2002
    Location
    Sitting w/ Bob Status: -Next -To- Null- Friend: Philip
    Posts
    1,152
    Theres TONS of Keyloggers... seeing as how thats what your probably looking for

    www.planetsourcecode.com
    www.vbcode.com
    www.vbexplorer.com
    :::`DISCLAIMER`:::
    Do NOT take anything i have posted to be truthful in any way, shape or form.
    Thank You!

    --------------------------------
    "Never heard about "hiking" poles. I usualy just grab a stick from the nature, and use that as a pole." - NoteMe
    "Finaly I can look as gay as I want..." - NoteMe
    Languages: VB6, BASIC, Java, C#. C++

  5. #5
    Hyperactive Member
    Join Date
    Aug 2002
    Posts
    416
    i dont believe u can do it in entirely vb... you'll have to write the hook dll in c.....

  6. #6
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    Originally posted by Eras3r
    i dont believe u can do it in entirely vb... you'll have to write the hook dll in c.....
    I believe you can...


    Has someone helped you? Then you can Rate their helpful post.

  7. #7
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by manavo11
    I believe you can...
    I've seen lots of examples written in pure VB along with APIs . So , definitely possible .

  8. #8
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171
    Originally posted by Pirate
    I've seen lots of examples written in pure VB along with APIs . So , definitely possible .
    That's what I thought


    Has someone helped you? Then you can Rate their helpful post.

  9. #9
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    API's are written in c or c++ usually, so if oyu technically wanted to write all the source yourself then you'd have to write your own API's in c or c++.

  10. #10
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by Mushroom Realm
    API's are written in c or c++ usually, so if oyu technically wanted to write all the source yourself then you'd have to write your own API's in c or c++.
    So ?

  11. #11
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    So it's not completely in VB.

  12. #12
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by Mushroom Realm
    So it's not completely in VB.
    It's . APIs are already built and ready for use . We are talking about writing such app in VB (vb code ) . Do you have to write any block of code in C\C++ to write such proj ? I believe no . That's the point .

  13. #13
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    Oh I see what you mean.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width