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 4084594
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:27:35+00:00 2026-05-20T18:27:35+00:00

I have followed some advices I got here today and would need a bit

  • 0

I have followed some advices I got here today and would need a bit more help now:

I have an user control with login logic.
In mainForm I am using this:

private void Form1_Load(object sender, EventArgs e)
{
        LoginScreen login = new MainMenu();
                    login.Parent = this;
                    login.Dock = DockStyle.Fill;
                    login.Show();
}

But I guess it is not modal and thus does not stop the original Form application. Sure I would need the main Form to do not continue until the login form is closed (and login sucessfull).

Would using an event correct? Let login object to raise an event that login was successfull and let the MainForm handle it – run the app?

EDIT: This is user control, no ShowDialog method available.

  • 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-20T18:27:36+00:00Added an answer on May 20, 2026 at 6:27 pm

    Simply use ShowDialog() instead of Show().

    Besides, ShowDialog() returns a DialogResult, so you can check if user doesn’t press OK and close the form in that case:

    if(form.ShowDialog() != DialogResult.OK)
    {
        this.Close();
    }else
    {
        //if login it's ok continue with main form loading...
    }
    

    EDIT:

    Given that it’s a usercontrol:

    • Create a new form class and add the user control in it (e.g. using designer)
    • Instanciate it and call ShowDialog() in your FormLoad code (the code is similar to the one you posted, but you need to instanciate the login form instead of your usercontrol)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to rails so could use some help here. I have followed
I followed some steps I found here (can't find the URL right now, sorry)
I need to include JSON in my android app, I have followed some tutorials
I'm trying to use ASP.net profiles I've followed some instructions which means I have
I have a file containing some lines of code followed by a string pattern.
I have followed some tutorials on how to create custem event accessors. This is
I have had quite some difficulty trying to make a User Defined Function (UDF)
I have written some console Hello world-like app. and have followed c# cywgwin mono
I have followed quite closely some techniques for making little CSS triangles with pseudo
I have followed different threads here and there related to deploying Orchard but for

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.