|
-
Jun 21st, 2012, 12:55 AM
#4
Thread Starter
New Member
Re: running forms in class library
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|