What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » dont show sent file

dont show sent file
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: dont show sent file
I attempted it and made it pretty far but I gave up as I didn't have the time.

This is how you would get the iAccessible interface

Javascript code:
hWnd = Interop.Call('user32', 'FindWindowExW', oChatWnd.Handle, 0, 'DirectUIHWND', '');
 
var IID_IAccessible = Interop.Allocate(16);
with (IID_IAccessible) { WriteDWORD(0, 0x618736E0); WriteWORD(4, 0x3C3D); WriteWORD(6, 0x11CF); SetAt(8, 0x81); SetAt(9, 0xc); SetAt(10, 0x0); SetAt(11, 0xaa); SetAt(12, 0x0); SetAt(13, 0x38); SetAt(14, 0x9b); SetAt(15, 0x71); }
 
var pAccessible = Interop.Allocate(4);
 
Interop.Call('oleacc', 'AccessibleObjectFromWindow', hWnd, 0xFFFFFFFC /* OBJID_CLIENT */, IID_IAccessible, pAccessible);
 
var iAccessible = pAccessible.ReadInterfacePtr( 0 );


This post was edited on 12-04-2009 at 06:12 AM by matty.
12-04-2009 06:12 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
dont show sent file - by SourSpud on 12-04-2009 at 01:21 AM
RE: dont show sent file - by MeEtc on 12-04-2009 at 01:24 AM
RE: dont show sent file - by SourSpud on 12-04-2009 at 01:28 AM
RE: dont show sent file - by MeEtc on 12-04-2009 at 01:42 AM
RE: dont show sent file - by SourSpud on 12-04-2009 at 01:49 AM
RE: dont show sent file - by matty on 12-04-2009 at 02:06 AM
RE: dont show sent file - by SourSpud on 12-04-2009 at 02:30 AM
RE: dont show sent file - by Spunky on 12-04-2009 at 02:32 AM
RE: dont show sent file - by SourSpud on 12-04-2009 at 02:56 AM
RE: dont show sent file - by NanaFreak on 12-04-2009 at 04:25 AM
RE: dont show sent file - by matty on 12-04-2009 at 04:28 AM
RE: dont show sent file - by SourSpud on 12-04-2009 at 05:40 AM
RE: dont show sent file - by matty on 12-04-2009 at 06:12 AM
RE: dont show sent file - by SourSpud on 12-04-2009 at 06:18 AM
RE: dont show sent file - by matty on 12-04-2009 at 06:27 AM
RE: dont show sent file - by CookieRevised on 12-04-2009 at 12:35 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On