Automatically accept new contact in contact list - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10) +----- Thread: Automatically accept new contact in contact list (/showthread.php?tid=66498) Automatically accept new contact in contact list by paul_a on 09-21-2006 at 12:17 PM
hello all, RE: Automatically accept new contact in contact list by Ezra on 09-21-2006 at 12:47 PM
You can disable the privacy checkbox RE: Automatically accept new contact in contact list by paul_a on 09-21-2006 at 01:02 PM
but by doing this you will not appear on my list if you add me. But I will be on your list. RE: Automatically accept new contact in contact list by Ezra on 09-21-2006 at 01:06 PM
quote: Add them with a script once they've sent you a message. RE: Automatically accept new contact in contact list by Felu on 09-21-2006 at 01:40 PM
Instead of adding them with a script use this - quote: RE: Automatically accept new contact in contact list by matty on 09-21-2006 at 02:41 PM There is a way to do it and I will give it a shot tonight. The way is basically search for all windows with a specific classname and figure out if its the AddContact window. Since you cant use EnumWindows thats the only way to do it. RE: Automatically accept new contact in contact list by paul_a on 09-22-2006 at 10:07 AM
Thanks for your replies. RE: Automatically accept new contact in contact list by markee on 09-22-2006 at 10:16 AM Surely it is possible to get the lists of people who have you added to their contact list and compare that to your allow and blocked lists and then any extras could come up when checked into some kind of window so you can accept or reject them easily (add or block). This idea will also then work for everyone else prior to the introduction of the script. I would try this except it is far beyond my knowledge of scripting but I'm quite sure it is possible to do. |