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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:41:14+00:00 2026-05-23T16:41:14+00:00

I want to open a window that will display some text like Validating input

  • 0

I want to open a window that will display some text like “Validating input” and hold it open until a method is finished. I can’t do this with messagebox. Any ideas guys?

  • 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-23T16:41:14+00:00Added an answer on May 23, 2026 at 4:41 pm

    Unless I’ve misunderstood this sounds a tad cruel to the user, but you could do something like this:

    A MessageBox is just a standard Windows Form shown as a modal dialog. If you don’t like the controls displayed on the form then you can create your own form and show it to the user as a modal dialog through the ShowDialog method:

    MyDialog dialog = new MyDialog();
    dialig.ShowDialog();
    

    Your MyDialog form can then either perform the validation itself, or respond to notification that the validation has completed. Until the dialog has been dismissed the user won’t be able to interact with the rest of the app (just as when a message box is shown) and the dialog could even disable buttons / prevent the user from closing it until the validation has succeeded.

    If you do this and your modal dialog isn’t performing the validation then you should be aware that you will need to perform the validation on a background thread, as the UI thread will be tied up displaying the modal dialog.

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

Sidebar

Related Questions

I have an html page. On that page I want to open popup window.
I want to add a new widget to my script that will open a
I want to open a folder window, in the appropriate file manager, from within
I've opened a new window with window.open() and I want to use the reference
I want to use XmCreate{Error|Warning|Info}Dialog to display some message in screen in my SDL
I want to use a temp directory that will be unique to this build.
I have some images in a SQL Server database. I want to display them
Currently I am attempting to open a text file that was saved in Unicode
I want to open a popup window and disable the parent window. Below is
In my javascript method I'm calling a xmlhttprequest to grab some data and display

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.