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

The Archive Base Latest Questions

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

I am creating a program which has an installer-like interface. Is it better to

  • 0

I am creating a program which has an installer-like interface. Is it better to implement it with ShowDialog method of Form class or doing an MDI interface? Below are the ways I tried to do it using the ShowDialog method, and the problems I have with them:

1) First form ShowInTaskbar property is set to true, other form is set to false. Form is shown by .ShowDialog() method in response to button "Next>" click event, click event of "<Back" button invokes .Close() method. In this case forms appear in modal mode, it’s bad experience for me.

2) All forms have ShowInTaskbar property set to true; form is shown by .ShowDialog() method in response to click event of button "Next>" (same event handler sets .Visible=false to hide the form); on click event of "<Back" button invoke .Close() method. In this case when pressing Next or Back closing and opening a new window is visible in the in the task bar.

  • 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-14T06:27:23+00:00Added an answer on May 14, 2026 at 6:27 am

    Usually wizard-type interfaces are implemented by having one window (Form) and replacing its content on Next / Back buttons press.

    It’s a bit confusing what UI framework you are using, as you tagged your question with Visual C++ which would suggest MFC, ATL/WTL or Win32, but you also tagged it with .Net and the methods and properties you are mentioning suggest WinForms.

    If you are using WinForms, the easiest way would be to create several Panel instances on your your form that contain the groups of controls you currently have on the different forms and just show/hide the right Panel depending on which button was pressed and what is the previous visible Panel.

    An alternative would be to use the TabControl with hidden tab buttons and just change the selected tab on button press.

    A blog post that provides some sample implementation of a generic wizard control.

    And an old thread on social.msdn.com that discusses the wizard dialog problem and the various approaches to it, along with some more useful links to more implementations.

    And DevExpress have a commercial Wizard control if you have a budget for components and want to save some time and efforts.

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

Sidebar

Ask A Question

Stats

  • Questions 396k
  • Answers 396k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Well, the direct answer to your question is that you… May 15, 2026 at 3:02 am
  • Editorial Team
    Editorial Team added an answer List<List<int>> hulkSmash = new List<List<int>>(); hulkSmash.Add(new List<int>() { 1, 2… May 15, 2026 at 3:02 am
  • Editorial Team
    Editorial Team added an answer You are looking for deferred printing. There are packages that… May 15, 2026 at 3:02 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.