What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [?] quick reply plz. How can i set the selected item in the dropdown menu when i open

[?] quick reply plz. How can i set the selected item in the dropdown menu when i open
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: [?] quick reply plz. How can i set the selected item in the dropdown menu when i
An example to use it:
code:
var PlusWnd = MsgPlus.CreateWnd("Interfaces.xml", "WndOptions");
PlusWnd.Combo_AddItem("CmbThing", "Item 1");
PlusWnd.Combo_AddItem("CmbThing", "Item 2");
PlusWnd.Combo_SetCurSel("CmbThing", 1); //Selects index 1, which is "Item 2"
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
12-17-2006 10:47 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[?] quick reply plz. How can i set the selected item in the dropdown menu when i open - by roflmao456 on 12-17-2006 at 04:38 AM
RE: [?] quick reply plz. How can i set the selected item in the dropdown menu when i - by markee on 12-17-2006 at 05:06 AM
RE: [?] quick reply plz. How can i set the selected item in the dropdown menu when i - by Matti on 12-17-2006 at 10:47 AM
RE: [?] quick reply plz. How can i set the selected item in the dropdown menu when i open - by roflmao456 on 12-17-2006 at 05:56 PM
RE: [?] quick reply plz. How can i set the selected item in the dropdown menu when i open - by Spunky on 12-17-2006 at 06:13 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