<[EMAIL PROTECTED]> wrote:

> Hi to everyone!
> 
> The issue here is as follows:
> I have a listbox and a user selects one item. Then
> the Perl script
> processes the selection.
> After processing, I need to unselect the selected
> item, not delete it. I
> have not yet found a method to do this.
> 
> Can you help?
> 
> Thank you.


For single selection listboxes:

SetCurSel(-1)

To clear the selection of one item in a multiple
selection listbox:

SetSel(index,0)

To clear all the selections in a multiple selection
listbox:

SetSel(-1,0)





       
____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC

Reply via email to