CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: MDI

  1. #1
    Join Date
    Feb 2000
    Location
    garden grove, california
    Posts
    64

    MDI

    could someone please send a example of what MDI forms do in a zip file to:
    [email protected]


  2. #2
    Join Date
    Feb 2000
    Location
    South Carolina, US
    Posts
    36

    Re: MDI

    Got MS Word, Works or Excel? Eudora? This is the MDI style. Multiple Document Interface means having one big window that can hold many other windows inside of it. These windows cannot leave the area of the large window.

    Calculator has only one window, and is SDI or Single document interface.

    All an MDI windows is is a window that can contain or hold other windows.
    (ie, when you minimize it you can't use the child windows)


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