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

Cannot CreateChildWnd
Author: Message:
mickael9
Full Member
***


Posts: 117
Reputation: 3
32 / Male / Flag
Joined: Jul 2005
RE: Cannot CreateChildWnd
code:
    <Window Id="WndTest" Version="1">
        <Attributes>
            <Caption>Example</Caption>
        </Attributes>
       
        <TitleBar>
            <Title>
                <Text>Example</Text>
            </Title>
        </TitleBar>
       
        <Position Width="180" Height="75"/>
        <DialogTmpl/>
    </Window>


code:
var WndManageFiles = null;
var WndAddFile = null;

WndManageFiles = MsgPlus.CreateWnd("GUI.xml", "WndManageFiles");
WndAddFile = MsgPlus.CreateChildWnd(WndManageFiles, "GUI.xml", "WndAddFile", 100, 40, true);

This post was edited on 06-26-2006 at 01:30 AM by mickael9.
06-26-2006 01:29 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Cannot CreateChildWnd - by mathieumg on 06-25-2006 at 11:36 PM
RE: Cannot CreateChildWnd - by mickael9 on 06-26-2006 at 12:54 AM
RE: Cannot CreateChildWnd - by mathieumg on 06-26-2006 at 01:05 AM
RE: Cannot CreateChildWnd - by mickael9 on 06-26-2006 at 01:17 AM
RE: Cannot CreateChildWnd - by mathieumg on 06-26-2006 at 01:25 AM
RE: Cannot CreateChildWnd - by matty on 06-26-2006 at 01:25 AM
RE: Cannot CreateChildWnd - by mickael9 on 06-26-2006 at 01:29 AM
RE: Cannot CreateChildWnd - by mathieumg on 06-26-2006 at 01:30 AM
RE: Cannot CreateChildWnd - by matty on 06-26-2006 at 01:32 AM
RE: Cannot CreateChildWnd - by mickael9 on 06-26-2006 at 01:34 AM
RE: Cannot CreateChildWnd - by mathieumg on 06-26-2006 at 01:37 AM
RE: Cannot CreateChildWnd - by mickael9 on 06-26-2006 at 01:42 AM
RE: Cannot CreateChildWnd - by matty on 06-26-2006 at 01:44 AM
RE: Cannot CreateChildWnd - by mathieumg on 06-26-2006 at 01:50 AM
RE: Cannot CreateChildWnd - by matty on 06-26-2006 at 02:22 AM
RE: Cannot CreateChildWnd - by mathieumg on 06-26-2006 at 02:39 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