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
T

TheCodeKing

@TheCodeKing
About
Posts
6
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Vista - Program Data Directory
    T TheCodeKing

    Finally got around to writting an article about this, might help understand why it happens.


    TheCodeKing.co.uk

    Windows API help question announcement

  • Vista - Program Data Directory
    T TheCodeKing

    I've only done this in managed applications for which there's a command line tool called mt.exe. The manifest looks something like this:

    <?xml version="1.0" encoding="utf-8" ?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Test" type="win32" />
    <description>Test Application</description>
    <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
    <requestedPrivileges>
    <requestedExecutionLevel level="asInvoker" />
    </requestedPrivileges>
    </security>
    </trustInfo>
    </assembly>

    I think in VC++6 it will be the same process as for adding the XP styles. Basically adding it as a embedded resource.


    TheCodeKing.co.uk

    Windows API help question announcement

  • Vista - Program Data Directory
    T TheCodeKing

    This is happening because your application is not 'Vista Aware'. I'm planning on writing an article on this shortly. In brief... to make your application Vista aware you need to add a manifest. If you don't do this Vista will virtualize the Program Data folders and the registry writes. This means instead of reading and writing to the real locations, it creates a virtual copy under the user account.

    http://www.TheCodeKing.co.uk

    Windows API help question announcement

  • AdSense in articles
    T TheCodeKing

    Yep only just bought the url, will get something up soon.

    The Lounge question

  • AdSense in articles
    T TheCodeKing

    Thanks, kind of getting that vibe. No idea what being voted up or down means, but appreciate it.

    The Lounge question

  • AdSense in articles
    T TheCodeKing

    Hi there, Just wondered if we are allowed to place adsense tags in our articles, or whether this is frowned upon? Thanks, Mike

    The Lounge question
  • Login

  • Don't have an account? Register

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