473,386 Members | 1,830 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,386 software developers and data experts.

how to create a MDI child form in VS3

I can't find a setting to declare a MDI child form in Vs3. help!
Oct 4 '06 #1
2 1354
Vs3?? Do you mean VS2003?

If so, you don't need to declare a form as a MDI child.
You need to make the parent form an MDI Parent, (Set IsMDIContainer to True)

Then the forms that are to become its children, simply set their MdiParent
property to the Parent form when instantiating them (or before displaying
then, or whenever else you want).

Cheers,

Chris.

"michael fienstien" <ma**********@yahoo.comwrote in message
news:O%****************@TK2MSFTNGP05.phx.gbl...
>I can't find a setting to declare a MDI child form in Vs3. help!

Oct 4 '06 #2
Thanks!
"ChrisM" <ch**************@suedeyahoo.comwrote in message
news:ue**************@TK2MSFTNGP04.phx.gbl...
Vs3?? Do you mean VS2003?

If so, you don't need to declare a form as a MDI child.
You need to make the parent form an MDI Parent, (Set IsMDIContainer to
True)

Then the forms that are to become its children, simply set their MdiParent
property to the Parent form when instantiating them (or before displaying
then, or whenever else you want).

Cheers,

Chris.

"michael fienstien" <ma**********@yahoo.comwrote in message
news:O%****************@TK2MSFTNGP05.phx.gbl...
>>I can't find a setting to declare a MDI child form in Vs3. help!


Oct 6 '06 #3

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

Similar topics

2
by: RL | last post by:
Hello Perl gurus, 1. I have a web page where I can push a button (dospawn.html). 2. This button calls a CGI script (spawnboss.cgi) 3. spawnboss.cgi calls a forking perl script (forkme.pl) 4....
1
by: jacobryce | last post by:
I'd like to create a windows MDI in VS 2005 C# that will allow child windows to have the same options and behave similarly to those within the Visual Studio 2005 development environment. 1. In VS,...
1
by: pei_world | last post by:
I have a parent form as container, and also have a child form. suitation is that, when I click a button from parent form, childform created and show, I want to know how to do something like this:...
14
by: foxchan | last post by:
A Newbie question. Is it possible? Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim oNewForm As Form1 'if already create a form...
10
by: Charles Law | last post by:
For some reason, when I click the X to close my MDI parent form, the action appears to be re-directed to one of the MDI child forms, and the parent remains open. I am then unable to close the...
2
by: Thirsty Traveler | last post by:
How would I dynamcially create an XML document of the following form: <ReceiveTSSCallBack xmlns="http://LandAm.EAI.Mainframe.TSR"> <TSSCallBack...
2
by: Melisa | last post by:
Hi, How can i create bitmap of a window form with all its child controls without showing this form? 1. I am trying to create bitmap image of a window form. 2. I am creating a new instance of...
27
by: max | last post by:
Hello, I am a newbye, and I'm trying to write a simple application. I have five tables with three columns; all tables are identical; I need to change some data in the first table and let VB...
3
by: creative1 | last post by:
Here is how you create a complex data report that involves parent and child commands and you can update information at runtime. Its pretty straight forward to work with simple queries; however,...
14
RMWChaos
by: RMWChaos | last post by:
Firebug is reporting "too much recursion" when I attempt to create a child element in a parent that doesn't exist yet. The script should automatically create the missing parent before going on to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.