Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

VB6.exe with Windows Style


PVJsquad
 Share

Recommended Posts

**INTRO:**

This so ugly if i see command button or textbox in VB6 Template

So I want to tell you how to change VB6 Style to Windows Style Like Visual Studio

>! ![](http://eclipseorigins.com/community/filehost/63c230e9d07108fd0d23b9960f0545ad.png)![](http://eclipseorigins.com/community/filehost/ca79ef413721fee395bb0e9d474f2147.png)
>!  
>! **Difficulty : **Easy
>! **Tools : Resource Hacker **: [http://www.angusj.com/resourcehacker/](http://www.angusj.com/resourcehacker/)
>! **Note :** It's work not only VB6.exe but other aplication made by Visual Basic 6
>!  
>! **STEP 1**
>! The Simple Step is in Windows XP
>!  
>! Open **Notepad.exe **Insert this code
>! ```
>! version="1.0.0.0"
processorArchitecture="X86"
name="Microsoft Visual Basic 6"
type="win32"
/>
Visual Basic 6
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>

```
Save This file in your program exe with .manifest
>! Example Open VB6.exe
Location then the notepad save as "**VB6.exe.manifes
t**"
>!  
>! **STEP 2**
>! Resource Editor , Work in Win7
>! 1. Install the **Resource Hacker **and Open ResHacker.exe
2. File > Open > VB6.exe
3. Action > Add a new Resource … (Make Like This)
>! ?![](http://img821.imageshack.us/img821/7407/reshack.jpg)
>!  
>! Then Save and Enjoy with your style now :D
>! The Old File not deleted just rename to VB6_Original.exe
>! **Well Done**
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...