Andy,
I'm assuming you are manually populating the Items collection? If so,
you should be able to remove the items from the collection using the Remove
method, and Add them to the other collection using the Add method.
If these are data-bound lists, then you will have to work with the
underlying data source, depending on what it is, and if it supports updating
the list itself.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"Andy Summers" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The one with the buttons will do.
>
> Thanks,
> Andy
>
> "Nicholas Paldino [.NET/C# MVP]" <(E-Mail Removed)> wrote
> in message news:(E-Mail Removed)...
>> Andy,
>>
>> Do you need something that is drag and drop, or you just want to click
>> a button and move items selected in one to another?
>>
>>
>> --
>> - Nicholas Paldino [.NET/C# MVP]
>> - (E-Mail Removed)
>>
>> "Andy Summers" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Hi,
>>>
>>> Does somebody have an example C# code of how to move items between two
>>> lisbboxes? Or maybe a ready to go component. I found an ASP example, but
>>> is there something for Windows forms project?
>>>
>>> Thanks,
>>> Andy
>>
>>
>