CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    5

    VC6.0: Need CPropertySheet that still works under Win95 (comctl32.dll < 4.70)

    There are two KB articles Q197631 and Q158552 on propertysheet problems. Has anyone succeeded in creating a propertysheet that works both with the old and new comctl32.dll versions?

    Patrick Frants


  2. #2
    Join Date
    May 1999
    Posts
    40

    Re: VC6.0: Need CPropertySheet that still works under Win95 (comctl32.dll < 4.70)

    at menu Project/settings

    at tab c/c++

    ADD _WIN32_IE=0x300 in Preprocessor definitions:


  3. #3
    Join Date
    Apr 1999
    Posts
    5

    Re: VC6.0: Need CPropertySheet that still works under Win95 (comctl32.dll < 4.70)

    This is no option for me, since the same executable should also be able to use the new common controls when they are available :-)

    Patrick Frants


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