Manifest Visual Basic 6
Manifest Visual Basic So That It Looks Like It Just Another WindowsXP Program.
AI
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Source Code
'Open Notepad
'Copy & Paste The Following.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity name="WindowsShell" processorArchitecture="x86" version="5.1.0.0" type="win32"/>
<description>Windows Shell</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="x86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
'Save the file as VB6.EXE.manifest
'Save the file in the same folder as the VB6.exe
'
'
'Now Run Visual Basic, and Wala!
Original Comments (3)
Recovered from Wayback Machine