This was explain by salmanpaji in the old forums
Put This In You Programs Codes And See It Will Work, NoMatter What
Kind of Control You're Working With
- Code: Select all
Private Declare Function InitCommonControls Lib "comctl32.dll" () As Long
- Code: Select all
Private Sub Form_Initialize()
Call InitCommonControls
End Sub
Create A Manifest File From NotePad And Name the FileName That
you Want It To Have a XP Look'
e.g; the FileName Is "ProjectSP.exe"
then Make The Manifest FileName Like This
e.g: ProjectSP.exe.manifest
>>>>> Put These Codes In The NotePad
- Code: Select all
<?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="ProjectSP"/>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
language="*"
processorArchitecture="*"
publicKeyToken="6595b64144ccf1df"
/>
</dependentAssembly>
</dependency>
</assembly>
THIS METHOD 100%....... Project SP A.K.A. Salman Paji


