Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm trying to make a kind of keylogger... (I already have the mouse logging and the input key from the keyboard logging ability).

 

What I want to learn now... is the name of the window in which the mouse clicked or the control the mouse clicked.

 

What I wanted to show is this :

USER CLICKED ON : Microsoft Internet Explorer
-------------------------------
Entered in AddressBar
Wrote
{
[url="http://www.microsoft.com"]http://www.microsoft.com[/url]
}

 

That is the kind of output I want.

For now... only knowing the name of the window the mouse is in might help me.

Someone knows the right method to do this ?

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

Posted
Well, this question has been made several times since I joined this forums, and the answer will be, Sorry we can't help you, keyloggers are intended as worms / viruses, we don't support this kind of coding, even if your intentions are not to create a virus.
Fat kids are harder to kidnap
Posted

Yeah ? For real ?

You know that there is commercial application that do keylogging ?

 

Hummm... I suppose I'll have to find a way of my own to make what I want to do.

Thanks anyaway

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

Posted

Questions to admin

 

However... it's hard for me to understand why you don't support that.

Someone who is trying to scan range of IP gets help (search and you'll found).

This kind of code can also be used as worm/ viruses.

 

At least... many code could be use in worm and viruses.

I just want to know how you determine that or if it's purely subjective.

 

Thanks

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

Posted
Might the result I want by looking at the GetMessage() or PeekMessage(). All my searches seems to lead there. :)

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

  • *Experts*
Posted

I don't know the API call, but I can lead you there...

If you're hooking Windows to get all mouse movements/clicks (SetWindowHook or something like that) then you know the coordinates of where they clicked. There's another API call to figure out the topmost window at a given location, but I don't know what it is.

 

We do have a policy against helping anyone asking for help that even looks suspiciously like it might be used for "evil" purposes :)

 

Maybe you could describe the bigger picture of what you're trying to do - we might have other (and better) suggestions?

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Posted

I'm trying to do something like this : http://download.com.com/3000-2092-10252681.html?tag=lst-0-2

 

The program know the window the user clicked and what he wrote... etc.. etc...

I'm making a program to watch children ( 8 -14 ) and what they are doing on the web while their supervisor aren't there.

If we know where they go and what they do... we might control suspicious activity (mp3 sharing, etc...) and set our firewall correctly and even block some web site they goes.

 

And I found it more usefull than only looking in the history (it can be removed and we don't want to pay for a commercial program)

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

Guest
This topic is now closed to further replies.
×
×
  • Create New...