What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Change Window's Title bar in script

Change Window's Title bar in script
Author: Message:
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
O.P. Change Window's Title bar in script
I've defined a window like this:
code:
<Window Id="Name" Version="1">
    <Attributes>
       <Caption>Bla</Caption>
        <ShowInTaskbar>true</ShowInTaskbar>
    </Attributes>
   
    <TitleBar>
        <AllowMinimize>true</AllowMinimize>
        <AllowClose>true</AllowClose>
            <Title>
                <Text>Message Box</Text>
            </Title>
    </TitleBar>
                ....

I can of course show the window etc, nothing wrong with that. But I would like to change the title of the window within my script (the Text Message Box). Is it possible, and how? The Scripting Documentation doesn't say anything about it, and I couldn't figure it our myself...
06-30-2006 09:36 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Change Window's Title bar in script - by J-Thread on 06-30-2006 at 09:36 AM
RE: Change Window's Title bar in script - by matty on 06-30-2006 at 04:54 PM
RE: Change Window's Title bar in script - by J-Thread on 06-30-2006 at 06:25 PM
RE: Change Window's Title bar in script - by deAd on 06-30-2006 at 06:43 PM
RE: Change Window's Title bar in script - by J-Thread on 06-30-2006 at 06:46 PM
RE: Change Window's Title bar in script - by deAd on 06-30-2006 at 08:03 PM
RE: Change Window's Title bar in script - by RaceProUK on 06-30-2006 at 08:40 PM
RE: Change Window's Title bar in script - by J-Thread on 06-30-2006 at 08:59 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