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

[?] Hiding subclass windows...
Author: Message:
whiz
Senior Member
****


Posts: 568
Reputation: 8
– / – / Flag
Joined: Nov 2008
O.P. RE: [?] Hiding subclass windows...
XML code:
<Window Id="WndSubclass" Version="1">
 
    <Attributes>
        <ShowInTaskbar>False</ShowInTaskbar>
    </Attributes>
 
    <Position Width="0" Height="0"/>
 
    <TitleBar>
        <AllowMinimize>False</AllowMinimize>
        <AllowMaximize>False</AllowMaximize>
        <AllowClose>False</AllowClose>
    </TitleBar>
 
</Window>

That works perfectly.  It seems that omitting the title bar element seems to cause it to be shown.  Also, just setting Maximize to false (assuming Minimize and Close use their defaults of false) causes the title bar to be shown...  :S

Anyway, thanks Cookie!  :)
02-07-2011 02:57 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] Hiding subclass windows... - by whiz on 02-06-2011 at 10:58 AM
RE: [?] Hiding subclass windows... - by matty on 02-06-2011 at 02:23 PM
RE: [?] Hiding subclass windows... - by whiz on 02-06-2011 at 02:36 PM
RE: [?] Hiding subclass windows... - by CookieRevised on 02-06-2011 at 03:56 PM
RE: [?] Hiding subclass windows... - by whiz on 02-07-2011 at 02:57 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