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:
mynetx
Skinning Contest Winner
*****

Avatar
Microsoft insider

Posts: 1175
Reputation: 33
37 / Male / Flag
Joined: Jul 2007
O.P. [Bug?] PlusWnd Titlebar
Please be aware I did read this posting.


My problem is the following:
I'm using Plus windows with no titlebar, using XML like this:
code:
    <Window Id="WndMain" Version="1">
        <Attributes>
            <ShowInTaskbar>true</ShowInTaskbar>
            <Caption>Chatflash.nl Video Search</Caption>
            <SetForeground>true</SetForeground>
        </Attributes>
        <TitleBar>
            <AllowMinimize>false</AllowMinimize>
            <AllowClose>false</AllowClose>
        </TitleBar>
        <Position Width="310" Height="370"/>
<!-- etc, Elements, Controls, /Window -->

The window shows fine, looks like this:

[Image: 8327p21.png]

Then, at some point later, I'm using JS code to change the title displayed in the system taskbar, using JS like this:
code:
Interop.Call("user32", "SetWindowTextW", wndMain.Handle, strSomeNewTitle);

The taskbar button changes accordingly:
[Image: 6q9g9wl.png]

But the displayed window gets corrupt.

[Image: 7xj9a3k.png]

And all this on
Windows XP Service Pack 2 (5.1.2600)
Windows Live Messenger 8.5.1018
Messenger Plus! Live 4.50.0.312.

Any reason, solution in sight?
Thanks for your help,
mynetx - Microsoft, enhanced.

You have a problem or issue with Windows, Internet
Explorer or Office?
Send a tweet!
01-08-2008 08:18 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