Results 1 to 16 of 16

Thread: VB6 XP Themes

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2005
    Posts
    537

    VB6 XP Themes

    This isn't really VB code, and I'm sure people know this already, but you can give your VB6 IDE the WinXP theme!

    Just put this code inside Notepad and save it in the same folder as VB6.exe (C:\Program Files\MS Visual Studio\VB98) as "VB6.EXE.Manifest"

    Code:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <assemblyIdentity type="win32" processorArchitecture="*" version="6.0.0.0" name="mash"/>
    <description>Enter your Description Here</description>
    <dependency>
       <dependentAssembly>
          <assemblyIdentity
               type="win32"
               name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
               language="*"
               processorArchitecture="*"
             publicKeyToken="6595b64144ccf1df"
          />
       </dependentAssembly>
    </dependency>
    </assembly>
    After that is finished run VB6!


    Just keep in mind that this doesn't give your projects WinXP buttons, JUST your IDE.

    -Sir Loin
    Last edited by Sir Loin; Jul 31st, 2005 at 07:02 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width