CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2001
    Location
    Germany
    Posts
    1,384

    Suggestions Needed...

    Hi All,

    I want to implement a GUI, where I have to split the Window in four different parts using a splitter. I am not sure, if I create four different views or just use a single window, and size the controls within every split ed region myself??? Also, I am not sure if I user SDI or MDI?

    As always, your comments/suggestions are highly appreciated!

    Regards,
    Usman.

  2. #2
    Join Date
    Jan 2007
    Posts
    143

    Re: Suggestions Needed...

    It depends upon u r project whether to use mdi or sdi application,however splitting an mdi application is tedious job.

  3. #3
    Join Date
    Aug 2001
    Location
    Germany
    Posts
    1,384

    Re: Suggestions Needed...

    Quote Originally Posted by resumurof
    It depends upon u r project whether to use mdi or sdi application,however splitting an mdi application is tedious job.
    Well there will not be that many controls per pane or part of the view split ed by the splitter. Yeah, that's what I thought about not using MDI (I dont need to show multiple docs/views).

    Regards,
    Usman.

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

Featured