Results 1 to 7 of 7

Thread: [RESOLVED] which is better multiple forms or mdi child forms ?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2008
    Posts
    327

    Resolved [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.

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  3. #3
    Lively Member astroanu2004's Avatar
    Join Date
    Jan 2008
    Location
    Sri Lanka
    Posts
    108

    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.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2008
    Posts
    327

    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

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: which is better multiple forms or mdi child forms ?

    Quote 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.

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2008
    Posts
    327

    Re: which is better multiple forms or mdi child forms ?

    thank you Hack

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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
  •  



Click Here to Expand Forum to Full Width