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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:21:13+00:00 2026-05-22T17:21:13+00:00

I want to create a modal popup. So far I have made a window

  • 0

I want to create a modal popup. So far I have made a window which I create when I need it. But I don’t think that is the right way to do this. The problem is, everytime I call it, it opens about 20px to the right and 20px lower than previous one. It’s annoying. Is this default behaviour or am I doing something wrong here?

Success win1 = new Success();
win1.ShowDialog();

Also, I want it to be centered if that’s possible?

  • 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-22T17:21:14+00:00Added an answer on May 22, 2026 at 5:21 pm

    Below will center the your dialog box to the owner/parent form.

    Success win1 = new Success();
    win1.Owner = this; // For example , see the parent window here
    win1.WindowStartupLocation = WindowStartupLocation.CenterOwner;
    win1.ShowDialog();
    

    Below are the alternative if you want to try. If you want to Center it to the screen use ‘CenterScreen’

    Manual – The startup location of a Window is set from code, or defers to the default Windows location.

    CenterScreen – The startup location of a Window is the center of the screen that contains the mouse cursor.

    CenterOwner – The startup location of a Window is the center of the Window that owns it, as specified by the Window.Owner property.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create a modal dialog that has more controls than what a
I want to create modal popup box using jquery depending on the clicked tr
I have a modal popup that has a targetId to a hidden button. I
I'm trying to create a simple modal popup. I have the CSS done, and
I want to create a tab-enabled popup window in an AS3 Air project. Currently,
I want to be able to create modal dialogs, with, for example close: function()
What I want is to create a Model that connects with another using a
I want to create a Rails (2.1 and 2.2) model with ActiveRecord validations, but
right now I have a huge Solution in which we use javascript alerts via
When I create a modal box everything works perfectly. However when I want to

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.