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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T20:58:46+00:00 2026-06-12T20:58:46+00:00

Hy today i have some problems with the Panel Control and MDI Child Forms,

  • 0

Hy today i have some problems with the Panel Control and MDI Child Forms, My problem is that I can not set the panel control to back of child forms.
My head is spinning trying to solve this problem.

MDI Client Z-Order Problem

  • 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-12T20:58:47+00:00Added an answer on June 12, 2026 at 8:58 pm

    It looks like you added your Panel to your ParentForm, doing so will keep on top. You need to Assign it to a ChildForm. One of your other options would be to create a dockable panel and dock it on the side of your parent.

    Take a look at these articles

    1. http://bytes.com/topic/visual-basic-net/answers/382474-how-do-you-bring-mdi-child-windows-front-if-mdi-parent-has-controls
    2. http://social.msdn.microsoft.com/Forums/en-AU/winforms/thread/a9682277-d612-41e8-b5c0-44434b0bcb22

    Based on your comment you can do something like this with a Timer set for 100ms

    Private Sub Timer1_Tick(sender As System.Object, e As System.EventArgs) Handles Timer1.Tick
        Panel1.Visible = CheckForMDIChildren()
    End Sub
    
    Private Function CheckForMDIChildren() As Boolean
        If Me.MdiChildren.Count > 0 Then
            For Each frm As Form In Me.MdiChildren
                If frm.Visible Then Return False
            Next
        End If
        Return True
    End Function
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Today i have a little problem containing a File Upload. First some Infos: Rubyversion:
I have a Sitecore/ASP.NET projects that I'm developing. Today at some point I inadvertently
I have some problems when using mysql. My environment is wamp, the problem occurred
i have some conditions to pass to a finder. The problem is that i
Even though I rarely have problems with FMDatabase, I noticed some odd behavior today
I am starting a new project for a client today. I have done some
I have been using Perl for some time, but today I came across this
Im just starting with localization today and need some information. I have a project
Today I have had a problem with hiding text with text-indent: -9999px rule. I
Today we have a windows application that, using an OCX, creates a web page

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.