Would I be able to make 2 of my forms share properties?
Like, uh,
I want form1 to be my main program, but I want form2 to have my programs 'options'.
Then when the 'save' button on form1 is pressed, it will save the information on form1 and the options on form2.
How can I do this?
thanks :)