What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help] Enumerate all windows.

[Help] Enumerate all windows.
Author: Message:
Emblem
New Member
*

Avatar

Posts: 7
32 / Male / Flag
Joined: Jan 2007
O.P. RE: [Help] Enumerate all windows.
Hmm.
It gave me an error about procedure not being defined on the line:
Javascript code:
var l = Interop.Alocate('user32', 'GetWindowTextLengthW', hWnd);

I fixed that, it's actully:
Javascript code:
var l = Interop.Call('user32', 'GetWindowTextLengthW', hWnd);


Just posting this for anyone else that wants to use this post as a reference.
The ninja coder.
04-12-2009 01:38 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help] Enumerate all windows. - by Emblem on 04-12-2009 at 01:17 AM
RE: [Help] Enumerate all windows. - by matty on 04-12-2009 at 01:26 AM
RE: [Help] Enumerate all windows. - by Emblem on 04-12-2009 at 01:27 AM
RE: [Help] Enumerate all windows. - by matty on 04-12-2009 at 01:33 AM
RE: [Help] Enumerate all windows. - by Emblem on 04-12-2009 at 01:38 AM


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