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

    modeless property sheet

    How can i have a modeless property sheet.


  2. #2
    Join Date
    May 1999
    Posts
    318

    Re: modeless property sheet

    First declare a CPropertySheet object, then call the create method. Finally show the properties sheet.
    You may add the properties page in the constructor of the property sheet.







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