![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#41 |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4
![]() |
That exapmle never worked for me, okus i feel there are better ones on that site
. |
|
|
|
|
|
#42 | |
|
Programmer
Join Date: Dec 2005
Posts: 53
Rep Power: 3
![]() |
Quote:
|
|
|
|
|
|
|
#43 |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4
![]() |
Yea i understand it....But as i said i think there are better examples.....
|
|
|
|
|
|
#44 |
|
Expert Programmer
|
how does this get better lol? Sure maybe some examples already in C#... But as far as the method goes i think this is the best it will get. Using hooks and such i mean
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#45 |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4
![]() |
Hmm, maybe your right, but still, a way to get the active window that it was typed in would be nice. But there are no examples, any body know how to do that?
|
|
|
|
|
|
#46 | |
|
Expert Programmer
|
Quote:
?????
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
|
#47 |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4
![]() |
Well, yea, but letssee it in code. Thats waht i meant. I meant i dont know how to implement that ^.
|
|
|
|
|
|
#48 |
|
Expert Programmer
|
Jason Isom's example is pretty good... if only i could it to work....
[php] static void Main(string[] args) { Keylogger kl = new Keylogger(); kl.Enabled = true; // enable key logging kl.FlushInterval = 60000; // set buffer flush interval kl.Flush2File(@"a:\logfile.txt", true); // force buffer flush } [/php] how the **** is that enabling the timer??? kl is an instance of the entire class that was created correct? all of the code prior to that should have been implimented into a class right? am i missing something here?
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
|
|
#49 |
|
Hobbyist Programmer
Join Date: Sep 2005
Location: A House...
Posts: 191
Rep Power: 4
![]() |
you cant get it to work? Change the 60000 to somthing like 5000, then it wiill show you every five seconds instead of an hour.....But it doesnt get the window it was typed in.
|
|
|
|
|
|
#50 |
|
Expert Programmer
|
lmao i understand that just fine bro... the problem is the this line
[php] kl.Enabled = true; // enable key logging [/php] and im sure after i fix that i will encounter another problem! kl is the instance of the class i created... where in the class do you see an enabled bool?
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|