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
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:
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