|
-
Jun 12th, 2003, 05:10 PM
#1
Thread Starter
Hyperactive Member
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.
-
Jun 12th, 2003, 05:20 PM
#2
Sleep mode
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 .
-
Jun 13th, 2003, 03:24 PM
#3
-
Jun 13th, 2003, 03:26 PM
#4
Frenzied Member
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++
-
Jun 13th, 2003, 04:40 PM
#5
Hyperactive Member
i dont believe u can do it in entirely vb... you'll have to write the hook dll in c.....
-
Jun 13th, 2003, 04:58 PM
#6
-
Jun 13th, 2003, 05:01 PM
#7
Sleep mode
Originally posted by manavo11
I believe you can...
I've seen lots of examples written in pure VB along with APIs . So , definitely possible .
-
Jun 13th, 2003, 05:05 PM
#8
-
Jun 13th, 2003, 05:12 PM
#9
Fanatic Member
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++.
-
Jun 13th, 2003, 05:14 PM
#10
Sleep mode
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 ?
-
Jun 13th, 2003, 05:16 PM
#11
Fanatic Member
So it's not completely in VB.
-
Jun 13th, 2003, 05:19 PM
#12
Sleep mode
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 .
-
Jun 13th, 2003, 05:24 PM
#13
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|