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

clear combobox
Author: Message:
tombotxp
New Member
*


Posts: 4
Joined: Aug 2004
O.P. clear combobox
Is it possible to clear a whole combobox? The following code doesn't work!

code:
function ClearCombobox(){
    for (i=0; i < window.Combo_GetCount("combobox"); i++){
        window.Combo_RemoveItem("combobox", i);
    }

}
06-26-2006 12:51 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
clear combobox - by tombotxp on 06-26-2006 at 12:51 PM
RE: clear combobox - by matty on 06-26-2006 at 12:58 PM
RE: clear combobox - by tombotxp on 06-26-2006 at 01:45 PM
RE: clear combobox - by -dt- on 06-26-2006 at 01:59 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