Thanks for the reply John...
I had already set the SelectionMode to MultiExtended.
I have narrowed it down a little bit,
The problem seems to be that it is inside a tabpage(the page is not the
initial page), on load it selects all items in the listbox (which is
working!! I can see that by looking in the code before doing anything else)
however if I select the tabpage is loses my selection!!! Even if I click on
a particular item in the listbox if I change to a different tabpage and go
back again it loses my selection... is this a fault by Microsoft? It looks
like I will have to completely manage which items are selected by saving
them in an array and reselecting them when the tabpage is viewed.
Thanks
Gav
> Did you set your listbox's SelectionMode property to MultiExtended?
>
[quoted text clipped - 77 lines]
>>
>> Gav
Gav - 27 Oct 2005 16:18 GMT
My mistake if you select one item in the listbox it keeps the selection when
switching between tabpages but if you select more than one it only keeps the
first one you selected.
Gav
> Thanks for the reply John...
>
[quoted text clipped - 97 lines]
>>>
>>> Gav