473,320 Members | 1,883 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

move one child form of mdi to the front end

hello
if there are several child forms are opened in their mdi parent.how can i
move the one of the child forms to the front end to show in the CODE??

thank you!!!
Nov 16 '05 #1
1 2067
Form1.BringToFront()

assuming you have the handle for the form you want to bring in front. mostly
it is name of the form, in this case Form1. If you do not have the name of
the form in code time then you can know use collection and get the form you
want to bring in front. depending on your need there will be other solutions
to figure that out.
"zbcong" <co********@capinfo.com.cn> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
hello
if there are several child forms are opened in their mdi parent.how can i
move the one of the child forms to the front end to show in the CODE??

thank you!!!

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: zbcong | last post by:
hello if there are several child forms are opened in their mdi parent.how can i move the one of the child forms to the front end to show in the CODE?? thank you!!!
0
by: clu82 | last post by:
I have an MDI app that allows the user to open multiple client address child forms. The user has a child form open that has client id "1001" and the records associated data displayed. If the user...
2
by: zobie | last post by:
In the parent of my MDI application I declare a child form private frmChild = null; which is to be activated on a menu click. In the click event I am using the following code: if (frmChild...
0
by: Beenish Sahar Khan | last post by:
I'm working on a C# application(2003.) I have an MDI form which contains multiple MDI children, i want to bring an MDI child in the front and make it the top most form. As you can see, i want it to...
3
by: Richard L Rosenheim | last post by:
I have the application's form (MainForm) along with a 2nd form (Form2). If the user minimizes MainForm, I also minimize Form2. And when the user restores the application, I also restore Form2. ...
7
by: Siv | last post by:
Hi, I have an MDI application that uses a generic "ShowPage" routine in a module that is called when I want to display a child form. The basic idea is that in the module I have declared each form...
2
by: savvaschr | last post by:
Hello, I have an MDI Parent Form and when I add a control on it , lets say a Button, then when I open an MDI Child Form from the Parent Form, the Button is Visible on that Form Child Form,Is...
3
by: O.B. | last post by:
I have a form that shows another child form using the Show() operation. Since the child is modaless, I would like the option that when I click anywhere on the parent form that the parent form...
0
by: =?Utf-8?B?anAybXNmdA==?= | last post by:
If one of my MDI Child Forms (ChildForm1) needs to pull data from the SQL Server, I set the Child Form's Enabled state to false, pull the data, then set Enabled back to true. It looks really...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.