On Mar 6, 5:44 am, Steve Garman <n...@[EMAIL PROTECTED]
> wrote:
> Ken.Loss...@[EMAIL PROTECTED]
wrote:
> > Is there a way to send the contents of a listbox to another
> > listbox
>
> You can send the contents as a string. Something like:
>
> dim s as String
> s = fromListbox.cell(-1,-1)
>
> //send s (might be a good use of EasyTCPSocket)
>
> //at the far end
> toListbox.cell(-1,-1) = s
This won't work for my purposes...I tried it and it only updates the
remote listbox with what you can only see on the first listbox...in
other words, if you can see it, it doesn't update it...i tried to come
up with a routine that would send the data over but I haven't been
able to come up with a really good way yet....any other ideas would be
greatly appreciated...
Kenny


|