- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found out how to enable the new visual styles as supported ba windows XP/Vista/Windows 7. I was asking for my progress bar last year in the thread http://software.intel.com/en-us/forums/showthread.php?t=61007
In principle you have to write a manifest file like
version="1.0.0.0"
processorArchitecture="X86"
name="VASCOPS.VSIM.A4Research"
type="win32"
/>
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
See detaills in http://msdn.microsoft.com/en-us/library/ms649781%28VS.85%29.aspx
store as MyApplication.exe.manifest in the develloper directory, and finally activate the file in visual stucio "Project Properties" Manifest Tool -> Input and Output -> Additional Manifest Files = MyApplication.exe.manifest
Link Copied

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page