hey guys
i am trying pass login information from one form to another.
basically, i have a login box with the names Username and Password on the login form, then that disposes and runs the next form by doing
how can i pass this information onto my "Window" form?
i am trying pass login information from one form to another.
basically, i have a login box with the names Username and Password on the login form, then that disposes and runs the next form by doing
Code:
Application.Run(new Window(parameters));
how can i pass this information onto my "Window" form?
Comment