Muliple Forms
-
Can anyone please help with using multiple forms. I am trying to have more than one form on a program, so that data is shared between both those forms. :(
-
Can anyone please help with using multiple forms. I am trying to have more than one form on a program, so that data is shared between both those forms. :(
dexter9703 wrote:
Can anyone please help with using multiple forms. I am trying to have more than one form on a program, so that data is shared between both those forms.
That's a bit vague. What exactly are you having a problem with? Do you need to know how to open mulitple forms simultaneously?
SomeForm form = new SomeForm();
form.Show();SomeForm
is the name of yourForm
class. Do you need to know how to pass data between forms? Passing values between forms[^] Something else?Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Follow up on hiring a software developer * The Value of Smaller Methods My website | blog