CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2003
    Location
    India
    Posts
    111

    integrating mainfrm and dialog

    hello gurus
    i want clarification regarding the integrating the dialog based application and mainframe application. the se two are seperate applications now i want to integrate them in single aaplication

    can any one help in this regard

    thanx in advance
    naresh

  2. #2
    Join Date
    Nov 2002
    Location
    Israel
    Posts
    182
    If you're talking about standard application projects in MFC (or WTL), you can
    1. create SDI application and on the last page of the wizard you can set CFormView as a base class for your view class.
    2. create dialog based applicationand set Resizing as a style of your dialog resource.

    That's what you asked ?
    Good luck

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