那是因为程序中还要定义是否使用新的风格,www.21code.com上有一个例子,你可以去看看,如果找不到,我发给你

解决方案 »

  1.   

    save this to file yourexe.exe.manifest to you exe directory, run it u can be conscious of the results<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Godsun.Comm.Comm" type="win32" /> <description>Communication with ComPort.</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> </assembly> 
      

  2.   

    http://www.vcroad.com/shownews.asp?newsid=514
      

  3.   

    上面几位所给的是在VC中如何做XP风格的
    但要是在Vb中,那么代码该如何写呢?
    能否举一个写Button的例子呢?