Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Manifest == dud ?

Manifest == dud ?

Scheduled Pinned Locked Moved C / C++ / MFC
questioncsharpvisual-studiocom
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Swinefeaster
    wrote on last edited by
    #1

    We just moved to Visual Studio 2005, and previously we were using a manifest file to make our vc6 apps look ala Windows Xp theme. 1. First of all, what the heck is this manifest file? Does it really do anything useful? 2. What is the correct way to use it for apps created in vc2005? 3. Is there any way to get menus to look half decent without integrating one of the xp-style menu implementations found here in CodeProject? Cheers and thanks! swine [b]yte your digital photos with [ae]phid [p]hotokeeper - www.aephid.com.

    C 1 Reply Last reply
    0
    • S Swinefeaster

      We just moved to Visual Studio 2005, and previously we were using a manifest file to make our vc6 apps look ala Windows Xp theme. 1. First of all, what the heck is this manifest file? Does it really do anything useful? 2. What is the correct way to use it for apps created in vc2005? 3. Is there any way to get menus to look half decent without integrating one of the xp-style menu implementations found here in CodeProject? Cheers and thanks! swine [b]yte your digital photos with [ae]phid [p]hotokeeper - www.aephid.com.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      1 - as well as turning themes on, it specifies which versions of dlls your app uses. 2 - in your linker properties, you can get a manifest auto generated and embedded in your app 3 - Themes don't really do much for menus, they certainly don't add stuff like icons, which you could get from a library like Ultimate Toolbox, or possibly from samples on CP. Christian Graus - Microsoft MVP - C++

      S S 2 Replies Last reply
      0
      • C Christian Graus

        1 - as well as turning themes on, it specifies which versions of dlls your app uses. 2 - in your linker properties, you can get a manifest auto generated and embedded in your app 3 - Themes don't really do much for menus, they certainly don't add stuff like icons, which you could get from a library like Ultimate Toolbox, or possibly from samples on CP. Christian Graus - Microsoft MVP - C++

        S Offline
        S Offline
        S Douglas
        wrote on last edited by
        #3

        Christian Graus wrote:

        1 - as well as turning themes on, it specifies which versions of dlls your app uses. 2 - in your linker properties, you can get a manifest auto generated and embedded in your app

        Christian, have any links for dealing with distrusting apps created in VS2005? Something like "Here dummy, it takes two minutes to set your app up for distribution"? Any help is apprecated. Thank You


        1 Reply Last reply
        0
        • C Christian Graus

          1 - as well as turning themes on, it specifies which versions of dlls your app uses. 2 - in your linker properties, you can get a manifest auto generated and embedded in your app 3 - Themes don't really do much for menus, they certainly don't add stuff like icons, which you could get from a library like Ultimate Toolbox, or possibly from samples on CP. Christian Graus - Microsoft MVP - C++

          S Offline
          S Offline
          Swinefeaster
          wrote on last edited by
          #4

          Ok so i have my manifest file being generated to "$(IntDir)\$(TargetFileName).intermediate.manifest". How do I enable the themes? I imported this project from vc6, so it doesn't have it on by default. Thanks swine [b]yte your digital photos with [ae]phid [p]hotokeeper - www.aephid.com.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups