What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Create Wnd

Create Wnd
Author: Message:
Cryon
New Member
*

Avatar
i'm the king of HTML!!

Posts: 6
– / Male / Flag
Joined: Nov 2007
O.P. RE: Create Wnd
here:
<Interfaces xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Window Id="WndOptions" Version="1">
        <Attributes>
            <Caption>Test Window</Caption>
        </Attributes>
        <TitleBar>
            <Title><Text>Hello!</Text></Title>
        </TitleBar>
        <Position Width="180" Height="75"/>
        <DialogTmpl/>
        <Controls>
            <Control xsi:type="StaticControl" Id="LblTop">
                <Position Left="10" Top="10" Width="150"/>
                <Caption>Hello world!</Caption>
            </Control>
            <Control xsi:type="ButtonControl" Id="BtnClose">
                <Position Left="112" Top="25" Width="50"/>
                <Caption>Close</Caption>
            </Control>
        </Controls>
    </Window>
</Interfaces>

something wrong?
11-08-2007 05:33 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Create Wnd - by Cryon on 11-08-2007 at 05:10 PM
RE: Create Wnd - by Felu on 11-08-2007 at 05:28 PM
RE: Create Wnd - by Cryon on 11-08-2007 at 05:33 PM
RE: Create Wnd - by Spunky on 11-08-2007 at 06:49 PM
RE: Create Wnd - by Cryon on 11-08-2007 at 07:26 PM
RE: Create Wnd - by fmonroy on 12-19-2007 at 12:46 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