if we run from class library we will specify
in form2 when icall from1
iam writing

form1 i have one listbox(already i have some items)
and form 2 i have another listbox

from this listbox iam adding some more items in form1 listbox

dim form1 as new form1
form1=new form1

form1.listbox1.items.add(listbox1.selecteditem)

iam unable to add the items in the listbox of form1

when iam debugging iam getting the items in listbox of form1 is 0 please can any one help