Article ID: 125705
Article Last Modified on 7/11/2005
/SUBSYSTEM:WINDOWS,4.0In the development environment, you can change the /SUBSYSTEM option by going to the Project menu, selecting Settings, selecting either Win32 Debug or Win32 Release, choosing the Link tab, and editing the Project Options. To explicitly set the subsystem to the version prior to 4.0, specify a subsystem of 3.10. The trailing 0 in 3.10 is required in this case.
#define DS_3DLOOK 0x0004L
and or DS_3DLOOK into the STYLE line of each dialog in the project's .RC
file. NOTE: Editing a dialog template using the resource editor removes
this DS_3DLOOK style bit.
Keywords: kbinfo KB125705