Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Enable visual styles

jaeger0
Beginner
333 Views

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"
/>
Your application description here.



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

0 Kudos
0 Replies
Reply