Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7031753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T00:50:40+00:00 2026-05-28T00:50:40+00:00

I have a form that I created that is supposed to load login information

  • 0

I have a form that I created that is supposed to load login information / settings that is seperate from the main form. I was wondering how exactly I would pass this information from one form to the other.

I figured you needed to use things like the form closed event (I was gonna pass the information as the form closed). But I am not exactly sure on how to go about it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T00:50:41+00:00Added an answer on May 28, 2026 at 12:50 am

    No, you would use properties generally, or fields for a quick solution. In the form that obtains the information, return the data from properties:

     public readonly int Age {
         get {
             return int.Parse(this.txtAge.Text);
         }
     }
    

    for example. Then, you would access it like any other property, after the form has closed:

     SomeForm someForm = new SomeForm();
     someForm.ShowDialog();
     int userAge = someForm.Age;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a list form that gets attached to a main form in
I have a form that is dynamically created, on this form are several radio
I have created a form that is used for both adding and editing a
if i have created a view model and have a partial form that is
I have created a macro for excel which will pop up form that contains
I have created a non-form c# program that uses the NotifyIcon class. The text
I have a script that follows that is supposed to collect data from a
I have the code below that is supposed to draw lines from the top
I have a button element that I've created like so: $submit = new Zend_Form_Element_Button('submit');
I have a win form that creates a site in IIS7. One function needs

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.