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

Thread: Pl Guide ..

  1. #1
    Join Date
    Jan 2012
    Location
    India
    Posts
    193

    Pl Guide ..

    I am designing a project where I am reading binary data ( parameters and XY Point Data) from a file and displaying it .

    I have designed it using MDI property and in Open File I open Text View and Graphics View.

    I have also designed the above by declaring two forms and activating them in Open Routine.

    PL guide me , what is the difference between two methods and advantages of MDI.

    Thanking you

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Pl Guide ..

    MDI means Multiple Document Interface. In your case, you are acting on a single file, but with mutiple views. MDI would be appropriate if you want to display and work on multiple files at once.

  3. #3
    Join Date
    Jan 2012
    Location
    India
    Posts
    193

    Re: Pl Guide ..

    Thank you Arjay Sir ,

    Now I got the point , I will work with multiple views. I dont need to open multiple documents.

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Pl Guide ..

    Channel9 just did a great video on Trigonometry for Designers
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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