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

ListBoxControl
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: ListBoxControl
code:
            <Control xsi:type="ListViewControl" Id="LstContact">
                <Position Top="30" Width="370" Left="10" Height="110">
                    <Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
                </Position>
                <Attributes>
                    <AutoTip>true</AutoTip>
                    <AlwaysShowSelection>false</AlwaysShowSelection>
                </Attributes>
                <ReportView>
                    <HeaderDragDrop>true</HeaderDragDrop>
                    <HasCheckboxes>false</HasCheckboxes>
                </ReportView>
                <Columns>
                    <Column>
                        <ColumnId>ColCount</ColumnId>
                        <Label>Count</Label>
                        <Width>11</Width>
                    </Column>
                    <Column>
                        <ColumnId>ColSong</ColumnId>
                        <Label>Song Name</Label>
                        <Width>40</Width>
                    </Column>
                    <Column>
                        <ColumnId>ColArtist</ColumnId>
                        <Label>Artist</Label>
                        <Width>40</Width>
                    </Column>
                </Columns>
            </Control>

An example of what i did for the Music Logger Plus! script :p. Hope you understand from this. Try looking at other scripts with LstBoxControl and then use them as examples [Image: msn_wink.gif].
09-06-2006 05:29 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
ListBoxControl - by neohunter on 09-06-2006 at 04:48 PM
RE: ListBoxControl - by Felu on 09-06-2006 at 05:29 PM
RE: ListBoxControl - by neohunter on 09-06-2006 at 05:39 PM
RE: ListBoxControl - by Eljay on 09-06-2006 at 06:08 PM
RE: ListBoxControl - by CookieRevised on 09-06-2006 at 09:51 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