Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Basic Realbasic > Re: ListBox Que...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 4 Topic 3306 of 3321
Post > Topic >>

Re: ListBox Question....

by Steve Garman <news@[EMAIL PROTECTED] > Mar 6, 2008 at 09:44 AM

Ken.Lossman@[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
 




 4 Posts in Topic:
ListBox Question....
Ken.Lossman@[EMAIL PROTEC  2008-03-05 12:22:54 
Re: ListBox Question....
Steve Garman <news@[EM  2008-03-06 09:44:22 
Re: ListBox Question....
Ken.Lossman@[EMAIL PROTEC  2008-03-10 14:20:40 
Re: ListBox Question....
Railfanner <railman@[E  2008-03-11 14:07:56 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Tue Jul 8 22:38:07 CDT 2008.