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

Thread: Property Sheets

  1. #1
    Join Date
    Apr 2007
    Posts
    162

    Property Sheets

    I have been doing a lot of reading on property sheets and property pages and have successfully generated modal and modeless dialogs using the information I found.
    I am trying to make an SDI application where the property sheet is the main view..........is this possible and if it is could someone provide details.

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

    Re: Property Sheets

    Victor Nijegorodov

  3. #3
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: Property Sheets

    Not with a CPropertySheet since it's not derived from CView.

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