checkbox inside listbox
checkbox inside listbox
Out of context: Reply #4
- Started
- Last post
- 8 Responses
- mitsu0
hmmm, i wrote that code too fast. try this again:
for(x=0;x<form1.listbox.options...
{
if(form1.listbox.options[x].sele...
{
//update caption of this option
}
}