What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Titlebar of App -> PSM

[Request] Titlebar of App -> PSM
Author: Message:
DeanoLaad
New Member
*


Posts: 2
Joined: Dec 2008
RE: [Request] Titlebar of App -> PSM
code:
function test()
{
    //were iGoogle is Chrome(bowser)'s homepage.
    var wintitlelength = Interop.Call('user32', 'GetWindowTextLengthW', Interop.Call('user32', 'FindWindowW', 'iGoogle -', ''));
    var wintitle = Interop.Allocate(wintitlelength);
    Interop.Call('user32', 'GetWindowTextW', Interop.Call('user32', 'FindWindowW', 'iGoogle -', ''), wintitle, wintitlelength);
    output = wintitlelength.ReadString(0, false);
    return output;
}
Debug.Trace(test());

Were am i going wrong?..

This post was edited on 12-22-2008 at 09:41 PM by DeanoLaad.



12-15-2008 01:39 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Titlebar of App -> PSM - by prashker on 12-06-2008 at 06:19 PM
RE: [Request] Titlebar of App -> PSM - by matty on 12-06-2008 at 08:25 PM
RE: [Request] Titlebar of App -> PSM - by prashker on 12-06-2008 at 10:44 PM
RE: [Request] Titlebar of App -> PSM - by TheSteve on 12-07-2008 at 01:07 AM
RE: [Request] Titlebar of App -> PSM - by -dt- on 12-07-2008 at 03:48 AM
RE: [Request] Titlebar of App -> PSM - by prashker on 12-07-2008 at 03:56 AM
RE: RE: [Request] Titlebar of App -> PSM - by TheSteve on 12-07-2008 at 04:06 AM
RE: [Request] Titlebar of App -> PSM - by matty on 12-14-2008 at 11:22 PM
RE: [Request] Titlebar of App -> PSM - by DeanoLaad on 12-15-2008 at 01:39 AM
RE: [Request] Titlebar of App -> PSM - by matty on 12-15-2008 at 01:54 AM
RE: [Request] Titlebar of App -> PSM - by Spunky on 12-22-2008 at 03:29 AM
RE: [Request] Titlebar of App -> PSM - by Felu on 12-22-2008 at 03:44 AM
RE: [Request] Titlebar of App -> PSM - by prashker on 12-22-2008 at 05:08 AM
RE: [Request] Titlebar of App -> PSM - by Pinecone on 12-22-2008 at 07:24 AM
RE: [Request] Titlebar of App -> PSM - by prashker on 12-22-2008 at 04:33 PM
RE: [Request] Titlebar of App -> PSM - by matty on 12-22-2008 at 05:41 PM
RE: [Request] Titlebar of App -> PSM - by MicroWay on 12-22-2008 at 10:34 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