-
Website Visit Detection
Is there any way yo tell when a user tries to access a website through their browser, and, if possible, when they try to connect to a server for a personal service such as ICQ or AIM. Also, if someone types something in any AIM message window, can I grab the whole conversation?
-
Hmm..
well theres quite a few ways u could go about doin this. First you could simply use FindWindow to find the Send Message Dialog Box Of ICQ by its caption which is always "Send Offline Message" or "Send Online Message", then u could get the hwnd of the editbox by using FindowWindowEx, and use sendmessage to retrieve the text in the edit box... That should answer one of your questions... Its pretty straight foward stuff unless you not familiar with the API in c++...