School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,489 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,810 people online right now. Registration is fast and FREE... Join Now!




Change Your Programs's Style To XP Style With Embed Manifests

 
Reply to this topicStart new topic

> Change Your Programs's Style To XP Style With Embed Manifests

PhysicsRules
Group Icon



post 8 Jul, 2008 - 09:52 AM
Post #1


This tutorial is very easy. Everyone can do it. Download VB XP-Vista Style.zip, read instructions or read detailed description.

Detailed Description:

1.You must have Resource Hacker Download It!
2.And you need a manifest. Some manifests don't work. You can use my working manifest. (Working.manifest aleready in zip file)
Open a notepad copy and paste the code. There is no need to change extension. So, use untitled.txt or untitled.manifest smile.gif
Manifest Code:
CODE

<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<assemblyIdentity
    processorArchitecture="x86"
    version="5.1.0.0"
    type="win32"
    name="SampleApplication"
/>
<description>An Application</description>
<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            
name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            
publicKeyToken="6595b64144ccf1df"
            language="*"
            processorArchitecture="x86"
        />
    </dependentAssembly>
</dependency>

<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
        <requestedPrivileges>
            <requestedExecutionLevel level="asInvoker"
uiAccess="false"/>
        </requestedPrivileges>
    </security>
</trustInfo>

</assembly>

3.Run Resource Hacker. Then push Ctrl+O. Search and double click your program. Click Action>Add a new Resource... Then click "Open file with new resource..." button. Select manifest. Options:
Resource Type: 24
Resource Name: 1
Resource Language: 1033
Click "Add Resource"
You're Done! biggrin.gif wink2.gif


Attached File(s)
Attached File  VB_XP_Vista_Style.zip ( 19.02k ) Number of downloads: 98
Go to the top of the page
+Quote Post


Register to Make This Ad Go Away!

jacobjordan
Group Icon



post 9 Jul, 2008 - 12:31 PM
Post #2
Great tutorial, but i hate to say that this forum is for programming questions only. Why don't you submit this tutorial in the Visual Basic Tutorial section, that way you can get some kudos for it (kudos are points you earn when you submit tutorials or snippets).
Go to the top of the page
+Quote Post


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 11/8/09 04:14AM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month