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

ListBoxControl
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: ListBoxControl
It appears what you want is a ComboBoxControl, heres some example xml:
code:
<Control xsi:type="ComboBoxControl" Id="ComboExample">
  <Position Left="20" Top="80" Width="90" />
</Control>

And to add items to it with JScript:
(where WindowObject is the window returned from MsgPlus.CreateWnd())
code:
WindowObject.Combo_AddItem("ComboExample", "Example combo item");

This post was edited on 09-06-2006 at 06:12 PM by Eljay.
09-06-2006 06:08 PM
Profile PM 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