form inside a form
What i want to achieve is to have a form inside a form...form1 is the main form...form2 is in a panel which is inside form1...but whenever i close form2...nothing seems to happen with the control in form1(listbox)...this listbox should have been updated with data coming from form2...I want this idea because i don't want to see 2 separate forms in my program...Everytime i close the inner form (form2) i want some data to reflect in a listbox which in the outer form(form1), but when i click save or close nothing is updated in the listbox.. .Thanks again...
|