What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Bug?] PlusWnd Titlebar

[Bug?] PlusWnd Titlebar
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: [Bug?] PlusWnd Titlebar
Yes, Patchou implemented a work-around to set the window title without adding a Plus! title bar. When sending WM_SETTEXT, pass 1 as wParam. This parameter has no meaning for the Windows API, but when sent to a Plus! window, it'll prevent the title bar from being added.
Javascript code:
Interop.Call("user32", "SendMessageW", pPlusWnd.Handle, WM_SETTEXT, 1, "New Window Title");

This has been around since Plus! 4.50.317, so normally you shouldn't have to worry too much about backwards-compatibility.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
02-07-2010 10:33 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Bug?] PlusWnd Titlebar - by mynetx on 01-08-2008 at 08:18 AM
RE: [Bug?] PlusWnd Titlebar - by Spunky on 01-08-2008 at 05:02 PM
RE: [Bug?] PlusWnd Titlebar - by mynetx on 01-08-2008 at 05:05 PM
RE: [Bug?] PlusWnd Titlebar - by Spunky on 01-08-2008 at 05:14 PM
RE: [Bug?] PlusWnd Titlebar - by Matti on 01-08-2008 at 05:15 PM
RE: [Bug?] PlusWnd Titlebar - by Spunky on 01-08-2008 at 05:20 PM
RE: [Bug?] PlusWnd Titlebar - by mynetx on 02-07-2010 at 08:05 AM
RE: [Bug?] PlusWnd Titlebar - by Matti on 02-07-2010 at 10:33 AM
RE: [Bug?] PlusWnd Titlebar - by mynetx on 02-07-2010 at 11:17 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