G
Guest
Yeah, I know this question was asked by someone elselike 2 weeks ago. But I
need some additional help. I have a program I'm developing, and multiple
different forms will be opened. For now though, I just have two forms. One is
the main window, and the other sets some preferences like names, and email
addresses.
When someone opens this window, and enters values on this page, I'd like it
to set the values of public variables on the main page.
I'm assuming this can be done, but how?
On the main page, I set a public form2 as 2ndForm = new secondForm
I can access the 2nd form properties from the main page, but not visa-versa.
?????????
Thanks
need some additional help. I have a program I'm developing, and multiple
different forms will be opened. For now though, I just have two forms. One is
the main window, and the other sets some preferences like names, and email
addresses.
When someone opens this window, and enters values on this page, I'd like it
to set the values of public variables on the main page.
I'm assuming this can be done, but how?
On the main page, I set a public form2 as 2ndForm = new secondForm
I can access the 2nd form properties from the main page, but not visa-versa.
?????????
Thanks