i have a panel that i load into a web browser.
i then read an xml file to create all the controls in the panel.
in the xml i link events to each control.
on selecting a specific control i show a form ( form.show() ) i
cannot use form.showdialog(). i then pass data to this form.
how will i send data back to the parent form ? in this scenario a
browser,but it can be a windows form as well.