Turn off highlight on Listbox after click_event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to turn off the highlight of listbox choice after the
listbox_click event has fired? What is happening is that when I click the
item, the event is fired and then I cannot chose the item again without
chosing another item first.

Thanks

EM
 
You probably have to use the click event code to reset the value to -1. I
have not tried it, but it seems the logical thing to do.
 
Which property is being set to -1?

Thanks

EM

JLGWhiz said:
You probably have to use the click event code to reset the value to -1. I
have not tried it, but it seems the logical thing to do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top