Click to See Complete Forum and Search --> : VC6.0: Need CPropertySheet that still works under Win95 (comctl32.dll < 4.70)


Patrick Frants
April 9th, 1999, 07:20 AM
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

Candan
April 9th, 1999, 07:24 AM
at menu Project/settings

at tab c/c++

ADD _WIN32_IE=0x300 in Preprocessor definitions:

Patrick Frants
April 12th, 1999, 08:13 AM
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