@live627 wrote:
I'm using Windows 10. I want the top message box to be themed, like the ones with yes/no and ok buttons. I have the following to enable the theme in app.manifest:
<!-- Activate Windows Common Controls v6 usage (XP and Vista): -->
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
Posts: 3
Participants: 3