CheckedListBox - SetItemChecked(index,bool) does not work!!!

  • Thread starter Thread starter Mortos
  • Start date Start date
M

Mortos

Hi All,
I'm trying to set the items in a checkbox to true via
SetItemChecked(index,bool) but there is no *visual* effect. Yes I know
the items are being set 'cos I run 'GetItemChecked(index)' immediately
after and the response is true.
No nothing is setting them back. I saw someone post this question but no
response was posted, So i decided to try here.
Anyone got any answers?

Thanks for your responses.
 
Mortos said:
Hi All,
I'm trying to set the items in a checkbox to true via
SetItemChecked(index,bool) but there is no *visual* effect. Yes I know
the items are being set 'cos I run 'GetItemChecked(index)' immediately
after and the response is true.
No nothing is setting them back. I saw someone post this question but no
response was posted, So i decided to try here.
Anyone got any answers?

Thanks for your responses.
Try to refresh the listbox

--
Jacobo Rodríguez Villar

Proyectos en desarrollo:

http://www.typhoonlabs.com
 

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