hi
I'm using visual c# express.
I have 2 forms. form1 and SettingsForm.
In form 1 there is a buttons for opening the SettingsForm.
sending data from form1 to the settingsform is easy. I use a methode.
But that don't work vice versa. because I made the SettingsForm into form1.
how to send data from the settingsform to the form 1.
thanks for helping