Hi im trying to move a ListView1 (list view box) from form 2 to form 3 :/ i have no idea how :/ please help :(
Printable View
Hi im trying to move a ListView1 (list view box) from form 2 to form 3 :/ i have no idea how :/ please help :(
not sure what you mean but from what i think you have three choices
1, Copy data through code from listbox in form1 to form2
2, Create form1 and get form2 to inherit it so it contains the listbox as well
3, Pass the data from form1 to form2 in a dataset or something
Hope this helps
Nick
well the list view on form2 is like a invoice,
values will be entered into it, and then i want it to copy all the values to form 3 :/
does that make it clearer abit :/