Thread: Visual C++ .NET 2003 and XP Style

  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348

    Visual C++ .NET 2003 and XP Style

    Hi,

    I want to know how to programmically incorporate the XP style windows (frame, buttons, etc.) to a project in Visual C++ .NET 2003.

    Beginning with Visual C++ .NET 2003, Microsoft has changed the window it incorporate window styles to a project. In older versions, an application gets the XP style under XP automatically. That is no longer true in version .NET 2003.

    I have read the solution at MSDN including the one with using TheApp.exe.manifest. However, the solution requires that the program must have the manifest file in the same directory as the EXE, even in final release.

    I want like to know if there is a solution to programmically incorporate the XP style windows to a project without needing the manifest file "visible" to end-users.

    Thanks,
    Kuphryn

  2. #2
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Not 100% certain of this (Haven't looked at manifests in a while) but it should also work if you have it as a resource. That should be on the web somewhere, sorry I can't be any more help...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 05-07-2009, 11:31 AM
  2. Dual Booting (Win XP ,server 2003 and LINUX)
    By abhishek.com in forum Linux Programming
    Replies: 6
    Last Post: 11-29-2008, 08:49 AM
  3. Remote debug not working in Visual Studio 2003
    By Bassquake in forum Tech Board
    Replies: 12
    Last Post: 08-22-2008, 12:11 PM
  4. Replies: 3
    Last Post: 10-09-2005, 04:06 PM
  5. Problems installing GLUT in .NET 2003
    By Kaminaga in forum Game Programming
    Replies: 4
    Last Post: 08-18-2005, 05:33 PM