Let's suppose I have form1. This form shows form2 by:
VB Code:
  1. dim f2 as new form2
  2. f2.showdialog()
Now form2 is showed and performs its task returning an object and I want to return this object to form1. How I can do?

thx
Xmas.