Hi
I'm trying to follow a tutorial from Linux Format. I have 2 list boxes
and I'm trying to move an entry from one to the other using:
Public Sub btnLeft_Click()
Dim i As Integer
'transfer selected itelms to left
For i = 0 To lstInCar.Count - 1
If lstInCar[i].Selected Then
Deselect items from both listboxes
>lstAtHome.Current.Selected = False
>lstInCar.Current.Selected = False
> End
>
> This piece of code works only for a simple list box where you can select
> only one item at a time
> For listboxes that allow multiple selections
Thank you
On 08/03/15 15:08, Benoît Minisini wrote:
> Le 07/03/2015 18:41, Gary Emms a écrit :
>> Hi
>> I'm trying to follow a tutorial from Linux Format. I have 2 list boxes
>> and I'm trying to move an entry from one to the other using:
>>
>> Publ
I don't think that you need to apologize.
I also live in an area where there are many stables and I have friends
in Lambourn, which is only a few miles away. I can understand how you
feel and am sorry for your community, and his family's, loss
Gary
On 17/10/14 00:24, B Bruen wrote:
> Dear Gambas