473,569 Members | 2,782 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MDI Application development question...

Hi NewsGroup,

Currently constructing a MDI application with tree view functionality. That
is to say my application will look something like Windows Explorer with the
ability to view data and graphs in separate MDI child windows depending on
the options chosen. I have a MDI child window with the tree view control on
one side and listview, custom input screen controls on the other side
separated by a splitter control, which become visible (or not) depending on
the nodes selected on the tree view.

My question comes in light of many posts I've read in the past stating
*never* put controls on the MDI Parent window even if you can. I have
thought of placing the tree view, splitter and associated view controls on
the MDI Parent but have not due to these previous posts. Never been
*really* told or know why, can some one out there tell me why one should not
place controls on the MDI Parent window for an application as such? Even if
it is a matter of development practice not to, what are the issues involved
in doing so?

Many thanks and regards,
SpotNet

PS. I am constructing this in C# which is the reason I posted here, I know
it's a bit more general than that. Cheers ;~)
Nov 16 '05 #1
2 1603
SpotNet,

The only reason I can think of is because there might be some
interaction with the parent control and the child controls that is a little
funky. Can you show the articles/postings you are referring to?

Also, what you are doing sounds very much like something that one would
use Microsoft Management Console for. Is this an application that would be
better of hosted there? If so, you could cut out a lot of your coding by
letting MMC do most of the UI for you.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"SpotNet" <Sp*****@msnews .grp> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
Hi NewsGroup,

Currently constructing a MDI application with tree view functionality.
That is to say my application will look something like Windows Explorer
with the ability to view data and graphs in separate MDI child windows
depending on the options chosen. I have a MDI child window with the tree
view control on one side and listview, custom input screen controls on the
other side separated by a splitter control, which become visible (or not)
depending on the nodes selected on the tree view.

My question comes in light of many posts I've read in the past stating
*never* put controls on the MDI Parent window even if you can. I have
thought of placing the tree view, splitter and associated view controls on
the MDI Parent but have not due to these previous posts. Never been
*really* told or know why, can some one out there tell me why one should
not place controls on the MDI Parent window for an application as such?
Even if it is a matter of development practice not to, what are the issues
involved in doing so?

Many thanks and regards,
SpotNet

PS. I am constructing this in C# which is the reason I posted here, I
know it's a bit more general than that. Cheers ;~)

Nov 16 '05 #2

Thanks Nicholas,

Articles I read which were mainly from the VB 6 days. I can understand why
you would not place a dropdown or a text box control on an MDI, but when it
comes to tree view structured application, I found it makes more sense to
place a tree view control on the MDI with associated view controls. It's
made communicating between these controls a whole lot more easier. Thanks
again Nicholas.

Regards,
SpotNet.

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om> wrote in
message news:%2******** ********@TK2MSF TNGP15.phx.gbl. ..
SpotNet,

The only reason I can think of is because there might be some
interaction with the parent control and the child controls that is a
little funky. Can you show the articles/postings you are referring to?

Also, what you are doing sounds very much like something that one would
use Microsoft Management Console for. Is this an application that would
be better of hosted there? If so, you could cut out a lot of your coding
by letting MMC do most of the UI for you.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"SpotNet" <Sp*****@msnews .grp> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
Hi NewsGroup,

Currently constructing a MDI application with tree view functionality.
That is to say my application will look something like Windows Explorer
with the ability to view data and graphs in separate MDI child windows
depending on the options chosen. I have a MDI child window with the tree
view control on one side and listview, custom input screen controls on
the other side separated by a splitter control, which become visible (or
not) depending on the nodes selected on the tree view.

My question comes in light of many posts I've read in the past stating
*never* put controls on the MDI Parent window even if you can. I have
thought of placing the tree view, splitter and associated view controls
on the MDI Parent but have not due to these previous posts. Never been
*really* told or know why, can some one out there tell me why one should
not place controls on the MDI Parent window for an application as such?
Even if it is a matter of development practice not to, what are the
issues involved in doing so?

Many thanks and regards,
SpotNet

PS. I am constructing this in C# which is the reason I posted here, I
know it's a bit more general than that. Cheers ;~)


Nov 16 '05 #3

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

Similar topics

18
4580
by: mountain man | last post by:
Greetings to all database professionals and laymen, Let us make a bold assumption that we have developed a software tool for the SQL Server environment which simply acts as an interface between an end-user in an organization and the database, through the exclusive use of stored procedures which are authored by the organization or by...
4
1960
by: MG | last post by:
A Newbie question perhaps, but here goes: Is it possible to seaprate the presentatieon layer, i.e., the html, from the application itself. For example, our developer has told us that we cannot do immeidate changes to user interface becasue the presentaion layer is bound up with the rest of the dll and to eextract that out of the app,...
1
1368
by: Rod | last post by:
The parent company where I work like to use a methodology popularized by Fusebox, for web application development. Fusebox, from what I have been able to gather, is best suited to Cold Fusion. I've checked Fusebox's website (www.fusebox.org), and even they claim that the current fusebox will not work for ASP.NET. Of course, I want to use...
21
2155
by: Chris | last post by:
I'm trying to get an existing VS.NET project up on my Win2003 server and I get the following error (on the actual website page): "It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS." ...
1
3116
by: Carl | last post by:
Help!! What are the best concepts / startegies to deploy an ASP.NET web application? My idea is work first in Production PC then after completing the project deploy it on the Web Server. But what about the database - do i need to reconnect the database and the components-register again the components in the Web Server. And question like how...
1
326
by: aparnasinha26 | last post by:
Hi All, I have to develop an application .The application has to update database.It does not have any user interface.It needs to run on Windows XP/2000 automatically at a particular time say 4 p.m. daily. I have to develop the application in VB.net My first question is which Visual Basic.Net Project type do I use- Windows Service Or Class...
9
2106
by: Charles Law | last post by:
Hi chaps I realise that this is a .NET group, but please don't shoot me down quite yet. I looked in the vb classic groups and there seems to be so little activity there that I was not hopeful of a prompt response, and I figure that the guys here probably came from vb classic anyway. So, apology over .... I have an application in vb6, and...
8
1206
by: CaptainDeep | last post by:
Hi all, I have couple of questions about architecting web application using asp.net 1. is ther any performance gain in using c# over vb.net 2. best way to handle transactions in .net? using ado level or COM+ 3. I have looked at MS Data Access Application Block - where you return DataSet/Data Reader as the value of the function - shouldn't...
5
1354
by: kito | last post by:
Hi, I've a question, regarding the multi-tier model of designing applications. I'm programming a web-application (Little web-shop) in VB.net for a project of the university and my question is the following: I have a table "Customer" in the database. Is it intelligent then, if I'm creating (in the business logic) a VB class called...
1
7672
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7968
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6283
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5512
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5219
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3653
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1212
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
937
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.