473,471 Members | 1,733 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Mdi Issue

Hi,
It's me again with MDI Question.
I would like to understand something.

I have a Procedure where I create Child Form

Dim ChildF As New MyForm
ChildF.TopLevel = False
ChildF.Parent = Me.Parent
ChildF.IDCUSTOMER = IDCUSTOMER
ChildF.Name = IDCUSTOMER.ToString
ChildF.Show()

This part works.
But if I test the property like this
ChildF.IsMdiChild I get False

What I missed ?

Stan
Nov 20 '05 #1
2 881
The property you are supposed to set is MDIParent, not Parent:

NewMDIChild.MdiParent = Me

Good Luck!

"Stan Sainte-Rose" <st**@cyber972.com> wrote in message
news:OZ*************@TK2MSFTNGP09.phx.gbl...
Hi,
It's me again with MDI Question.
I would like to understand something.

I have a Procedure where I create Child Form

Dim ChildF As New MyForm
ChildF.TopLevel = False
ChildF.Parent = Me.Parent
ChildF.IDCUSTOMER = IDCUSTOMER
ChildF.Name = IDCUSTOMER.ToString
ChildF.Show()

This part works.
But if I test the property like this
ChildF.IsMdiChild I get False

What I missed ?

Stan

Nov 20 '05 #2
* "Stan Sainte-Rose" <st**@cyber972.com> scripsit:
It's me again with MDI Question.
I would like to understand something.

I have a Procedure where I create Child Form

Dim ChildF As New MyForm
ChildF.TopLevel = False
ChildF.Parent = Me.Parent
ChildF.IDCUSTOMER = IDCUSTOMER
ChildF.Name = IDCUSTOMER.ToString
ChildF.Show()

This part works.
But if I test the property like this
ChildF.IsMdiChild I get False


What you are creatung is not an MDI form. MDI forms have their
'MdiParent' property set to an MDI container ('IsMdiContainer' set to
'True' for the container). Setting 'TopLevel' and 'Parent' doesn't
create a real MDI environment.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #3

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

Similar topics

3
by: Paul Mateer | last post by:
Hi, I have been running some queries against a table in a my database and have noted an odd (at least it seems odd to me) performance issue. The table has approximately 5 million rows and...
7
by: George Hester | last post by:
Please take a look at this google artcle: http://groups.google.com/groups?hl=en&lr=&frame=right&th=55d6f4b50f5f9382&seekm=411f370d%241%40olaf.komtel.net#link9 The op was having trouble with...
2
by: Anthony Cuttitta Jr. | last post by:
We have an application that outputs several different graphs from data downloaded from our AS400. The application has worked without (this) issue for several months now, but just recently, the...
0
by: Kevin Spencer | last post by:
Hi all, I am working on a service that uploads METAR weather information to the National Weather Service FTP site. The service I'm authoring is hosted on a Windows 200 server, and the NWS FTP...
2
by: Ben Rush | last post by:
Hello World, Okay, I have spent the day browsing the newsgroups and reading up on article after article concerning ViewState corruption and so forth, and I have a couple questions. We...
5
by: Robert | last post by:
I have a series of web applications (configured as separate applications) on a server. There is a main application at the root and then several virtual directories that are independant...
0
by: Charles Leonard | last post by:
I am having yet another issue with Windows Server 2003. This time, the web service (a file import web service) appears to run except for one odd message: "ActiveX component can't create object". ...
4
by: Paul | last post by:
Hi, I've been struggling with this today, I'm developing a DotNet2.0 website in C# that needs to call a long running data query. Obviously this is a good candidate for an Asynchronous call, so...
1
by: AlekseyUS | last post by:
Hi, I'm a little stuck, I basically need to copy all the information within a specific file in Temp and append it to a file in another location. I'm not having any problems with smaller size...
13
by: SAL | last post by:
Hello, I'm trying to include a popup in the ItemTemplate of a gridview row. The ItemTemplate for the field contains a textbox and when the user clicks in the textbox I want a popup panel to show...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.