i486
i486

Reputation: 6573

Manifest file for Win16 app

Is it possible to enable Luna theme under Win XP or corresponding UI in Win7/10 using manifest file for Win16 application? For any Win32 executable using Common Controls library (COMCTL32), a detached manifest file with the same name will enable these UI extras. I need the same thing but for 16-bit app - if manifests are supported.

Upvotes: 0

Views: 89

Answers (1)

David Heffernan
David Heffernan

Reputation: 613451

No. Manifest files are not supported for 16 bit processes, and 16 bit process have no support for XP themes.

Upvotes: 1

Related Questions