 | | From: | Edward | | Subject: | Copying listboxes VB6 | | Date: | 20 Jan 2005 04:35:15 -0800 |
|
|
 | I have two different forms (Form1 and Form2), each with its own listbox on it (List1 on both). I want to copy all the data that is shown up in Form1.List1 to Form2.List1 by the click of a button. Basically so it ghosts whats in Form1.List1 to Form2.List1. Any code snippets would be very much appreciated. Thanks. Ed
|
|
 | | From: | beliavsky at aol.com | | Subject: | Re: Copying listboxes VB6 | | Date: | 21 Jan 2005 08:46:22 -0800 |
|
|
 | This is not the newsgroup for language-specific questions such as the one you posted. There must be newsgroups for VB.
|
|
 | | From: | Yan | | Subject: | Re: Copying listboxes VB6 | | Date: | Thu, 20 Jan 2005 19:15:51 GMT |
|
|
 | Edward wrote: > I have two different forms (Form1 and Form2), each with its own > listbox on it (List1 on both). I want to copy all the data that is > shown up in Form1.List1 to Form2.List1 by the click of a button. > Basically so it ghosts whats in Form1.List1 to Form2.List1. Any code > snippets would be very much appreciated. > Thanks. > Ed
off topic, but first result on: http://www.google.com/search?hl=en&lr=&safe=offl&q=Copying+contents+of+a+listbox+vb6&btnG=Search
|
|