catching video/voice requests - 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: catching video/voice requests (/showthread.php?tid=65604) catching video/voice requests by paul_a on 08-30-2006 at 11:52 AM
hi all RE: catching video/voice requests by RaceProUK on 08-30-2006 at 12:07 PM Plus! does it by catching the 'Do you wish to accept or decline' text in chat windows, and then using the appropriate hotkey. Your best bet would be to try catching that RE: catching video/voice requests by paul_a on 08-30-2006 at 12:46 PM
thanks I just thought of something.. if Messenger Plus! does it by parsing text messages, does it support all languages? (french, dutch etc...) RE: catching video/voice requests by Mnjul on 08-31-2006 at 03:06 PM
quote:It retrieves the localized text in msgslang.dll RE: catching video/voice requests by paul_a on 09-01-2006 at 10:23 AM
thanks for ur reply Mnjul RE: catching video/voice requests by CookieRevised on 09-01-2006 at 10:24 AM
quote:anything based upon logs is prone to be faulty (for stuff like this). This is because logs are not created instantly but with a delay. Also parsing the log every x seconds to catch such events is very process intensive. What you want is hooking and sniffing the protocol messages for video/voice requests. This can be done with the aid of Pai's Xniff ActiveX sniffer. RE: catching video/voice requests by paul_a on 09-05-2006 at 09:00 AM
hi all, RE: catching video/voice requests by RaceProUK on 09-05-2006 at 10:43 AM There's an API function, can't remember exactly what it is though, that allows you to simulate keypresses. It's related to virtual keys, so start from there RE: catching video/voice requests by paul_a on 09-05-2006 at 01:38 PM
Thnx RaceProUK I found it , it was : keybd_event(...) It worked fine thank you... RE: catching video/voice requests by RaceProUK on 09-05-2006 at 03:43 PM
Note: quote: RE: catching video/voice requests by paul_a on 09-07-2006 at 01:32 PM
hi all, RE: catching video/voice requests by RaceProUK on 09-07-2006 at 08:27 PM There isn't a specific method to do that I'm afraid, though you can use Active Accessibility to just add a large chunk of text and hit the Send button. |