accessing data from another Form
hi, i'm just trying to do this simple task whithin a win32 windows Forms application: from a Windows MainForm action or event like a button click, just get data from the objets whithin a SecondForm like a textbox. Do i need to create a new instance of the second Form whith gcnew?that way i lose the data...can any body help me by the simplest way?thanks.
|