|
-
Aug 3rd, 2008, 11:45 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] which is better multiple forms or mdi child forms ?
hi ,
i am building a form which will need multiple forms working on top of each other ..
i would like to have your suggestion as which is better to use multiple forms or multiple child forms ?
Last edited by pannam; Aug 4th, 2008 at 12:01 AM.
-
Aug 4th, 2008, 12:10 AM
#2
Re: which is better multiple forms or mdi child forms ?
It all depends upon your program. Do you need to have multiple forms open/displayed at the same time?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 4th, 2008, 01:03 AM
#3
Lively Member
Re: which is better multiple forms or mdi child forms ?
if your app wants to work on multiple docs at the same time i suggest using MDI rather than normal forms. Because its a little strange for the user to switch between windows. and if the user is opening a lot of documents the taskbar will be full of buttons.
-
Aug 4th, 2008, 04:01 AM
#4
Thread Starter
Hyperactive Member
Re: which is better multiple forms or mdi child forms ?
i don't need to open multiple forms at the same time but sure i do need multiple forms and show one form at a time .the forms are displayed upon each other (my idea) ..it's just that i don't want to make matters complicated hence, i am asking for an advice beforehand
-
Aug 4th, 2008, 09:28 AM
#5
Re: which is better multiple forms or mdi child forms ?
 Originally Posted by pannam
i don't need to open multiple forms at the same time but sure i do need multiple forms and show one form at a time .the forms are displayed upon each other (my idea) ..it's just that i don't want to make matters complicated hence, i am asking for an advice beforehand 
In this case I would recommend against MDI, and go for standard exe with multiple, individual, forms.
-
Aug 4th, 2008, 11:57 AM
#6
Thread Starter
Hyperactive Member
Re: which is better multiple forms or mdi child forms ?
thank you Hack
-
Aug 5th, 2008, 02:39 AM
#7
Re: [RESOLVED] which is better multiple forms or mdi child forms ?
Um but originally you were saying that you had multiple forms opened on top of each other. Indicating a need for multiple form. 
Since you explained more yes a SDI interface is more appropriate.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|