Transfer data between two windows form | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Transfer data between two windows form

How to transfer data from one windows form to another form and modify this data and return the modified data to the destination form.

24th Aug 2019, 6:33 AM
Krishna Kumar
Krishna Kumar - avatar
3 Answers
+ 2
Create fields in other form and create a method where you want to send the data in the other form. Then create an instance of that form where the method is and call the fields. Then call the method from the other form. I know this is a little confusing explanation. You can always check Stackoverflow for more info.
24th Aug 2019, 12:28 PM
Tugay Mandal
+ 1
Couldn't you copy and paste?
24th Aug 2019, 6:46 AM
Dlite
Dlite - avatar
0
Jamie these forms are in same project and in same directory and in both form has a datagridview and i want to take the data from second form data gridview to first form datagridview
6th Sep 2019, 3:38 AM
Krishna Kumar
Krishna Kumar - avatar