good evening guys.
I have a problem with my -simple- application.
I have 2 forms (Form1 - Form2), i create an object in Form1 (Person type) and i want to
get the values of data members when i focused to the Form2 and i press getPerson button.
But how can i do this?. I worked with static data and static functions but this is no correct cause if i want to create e vector<Person> person for example i could not to take correct values of my objects.
I attached my project. Thanks for reading :)