Mdi Questions

A

Anthony Nystrom

I have a mdi parent which has a control that I have attached. Within this
control are the procedures I use to open mdi children. How do I explicitly
maximize and minimize children rather than have them reopen as new. I have
set a flag on a test of one and yes I can easily tell if the form is open,
but how do I maximize it without the user having to select the maximize
button. Rather I would like it to maximize when the user selects the option
to open the form. So in summation... How do I from a mdi parent max and min
child windows not as a group (that's easy) but specifically?

Thanks
 
P

Peter Huang [MSFT]

Hi Anthony,

Did the mean the WindowState?
frmChild.WindowState = FormWindowState.Maximized

Did I misunderstand your meaning?
If you have any related question, please feel free to let me know.


Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
 
P

Peter Huang [MSFT]

Hi Anthony,

Did the problem resolved?
If you have any related question, please post here.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
X-Tomcat-ID: 97719216
References: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
From: (e-mail address removed) (Peter Huang [MSFT])
Organization: Microsoft
Date: Mon, 20 Oct 2003 05:29:00 GMT
Subject: RE: Mdi Questions
X-Tomcat-NG: microsoft.public.dotnet.languages.vb
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.vb
Lines: 43
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.vb:148304
NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122

Hi Anthony,

Did the mean the WindowState?
frmChild.WindowState = FormWindowState.Maximized

Did I misunderstand your meaning?
If you have any related question, please feel free to let me know.


Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
From: "Anthony Nystrom" <[email protected]>
Subject: Mdi Questions
Date: Sun, 19 Oct 2003 16:31:26 -0500
Lines: 12
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.languages.vb
NNTP-Posting-Host: 12-218-28-209.client.mchsi.com 12.218.28.209
Path:
cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top