Passing variables between classes

S

sabarad_arun

Hi All,

Please help me on this...

I have a form1 with some controls.When i select editcontrol on form1 it
opens up form2.I have some settings(variables) in form2.I make some
changes to the settings in form2.When i click on ok on the Form2,i
should be able to access the changed values from form1.I want to have
this without creating an object of form2 in form1.

Can anybody suggest me on this.
 
Top