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

Thread: SDI to MDI

  1. #1
    Join Date
    Mar 2004
    Posts
    32

    SDI to MDI

    hi...

    hot to make SDI application to MDI application...

    in so many interviews am facing this question...

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: SDI to MDI

    Create a new MDI project and then move:
    • doc and view classes from SDI to MDI;
    • move code from SDI CMainFrame to MDI CMainFrame/CChildFrame classes (depending on context)
    Victor Nijegorodov

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