Check lost in checked listboxes

  • Thread starter Thread starter touf
  • Start date Start date
T

touf

Hi,
I've post this problem for few days, and I still have it, please give me any
idea.

I've a Tabcontrol with many tabpages, in each one I've a checked listBox.
The problem is that when I check items in listBox and go to an other page I
lost the check (when I return to my tabbpage I find all items Unchecked)

How can I resolve this .
Thanks.

I've VS version 2002, framwork 1.0
 
* "touf said:
I've a Tabcontrol with many tabpages, in each one I've a checked listBox.
The problem is that when I check items in listBox and go to an other page I
lost the check (when I return to my tabbpage I find all items Unchecked) [...]
I've VS version 2002, framwork 1.0

I am not able to provide a solution, but the bug seems to be fixed in
VS.NET 2003.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

Improve your quoting style:
<http://learn.to/quote>
<http://www.plig.net/nnq/nquote.html>
 
Thanks Helfried,

I've found that this is a bug in 2002 version.
Note that the problem occurs when we use the datasource property to fill the
list, but if we fill the list by code (lst.items.add) there is no problem.



Herfried K. Wagner said:
* "touf said:
I've a Tabcontrol with many tabpages, in each one I've a checked listBox.
The problem is that when I check items in listBox and go to an other page I
lost the check (when I return to my tabbpage I find all items Unchecked) [...]
I've VS version 2002, framwork 1.0

I am not able to provide a solution, but the bug seems to be fixed in
VS.NET 2003.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

Improve your quoting style:
<http://learn.to/quote>
<http://www.plig.net/nnq/nquote.html>
 
* "touf said:
I've found that this is a bug in 2002 version.
Note that the problem occurs when we use the datasource property to fill the
list, but if we fill the list by code (lst.items.add) there is no problem.

There seem to be some problems with databound controls + TabPages in
VS.NET.

:-(
 
Back
Top