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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:33:54+00:00 2026-06-01T07:33:54+00:00

I am making an application which will have an interface similar to Photoshop: multiple

  • 0

I am making an application which will have an interface similar to Photoshop: multiple separate forms all help edit an object. So, i’ll have multiple forms, one of which is “main” (provides file menu, settings menu, about etc) and others have controls that edit the object opened in main form.

Lets say for simplicity this is a text editor and i have MainForm and StyleForm. Now, what i need is for the whole application to show as one “bar” in the windows taskbar. This could be achieved by setting ShowInTaskbar to false for StyleForm, but then if i, say, focus other application, then focus my application, only MainForm will get on top of other windows, StyleForm will remain hidden under the window of the application i focused previously.

I found answer here Make all forms associated with a program come to the front when one form is selected but it imports a dll. Maybe there is a .net solution for this?

Also, i’d like to display something different in the taskbar, not the MainForm’s caption, is that 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-06-01T07:33:55+00:00Added an answer on June 1, 2026 at 7:33 am

    I set the second form to ShowInTaskBar = false, set the FormBorderStyle to SizableToolWindow and then created it using the following code:

    public partial class Form1 : Form
    {
        Form2 f2;
    
        public Form1()
        {
            InitializeComponent();
    
            f2 = new Form2();
            f2.Owner = this;  // <-- This is the important thing
            f2.Show();
        }
    }
    

    This makes the subform F2 stay on top of Form1 and hides and shows it when the Form1 is hidden and shown.

    EDIT
    Oh, I used Visual Studio 2010 and .NET 4 Client Profile if that’s important. This should work with other versions, however.

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

Sidebar

Related Questions

I am making an application which will run automatically on phone start up. Now
I am making an application which is a user interface to access 2 types
I am making an application in Android, which requires sending bitmap object from one
I am making a application that the user will have to interact with one
I'm making a scheduling application which looks similar to Google Calendar, iCalendar, Outlook's calendar,
I want to create an application which will have a client and server components.
I am making a application which will show data in table view. I am
I have a ruby on rails 3.0 application which will need a database containing
I am making on application in which user have to select the time, example
I have been making application in which i click on image and new window

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.