Hi
I am trying to transfer items from a listbox on form1 to a listbox on form2.
Using a command button i want to open form2 and display the items in a listbox that come from a listbox on form1.
So far i can only open form2 that conatins a listbox
Form2 Fnames = new Form2();
Fnames.Show();
I have had a look in the HELP, but not much joy. I am new the world of .NET and C# so any help would be Appreciated.
Thanks
I am trying to transfer items from a listbox on form1 to a listbox on form2.
Using a command button i want to open form2 and display the items in a listbox that come from a listbox on form1.
So far i can only open form2 that conatins a listbox
Form2 Fnames = new Form2();
Fnames.Show();
I have had a look in the HELP, but not much joy. I am new the world of .NET and C# so any help would be Appreciated.
Thanks