i have a form which once a button is clicked opens a new form via showdialog(). i want to send data from this new form back to the original form but am new to programming and have become very confused with the parent child relationships of forms. How would i go about passing the data correctly
any help would be appreciated
thanks
Loading
Deepak BhatiaPosted Aug 5, 2010, 2:06 AM
You can do one thing in second from create a function with arguments you need and in that function show the form or you can pass the refernce of current form as argument to the function and access the data.