回复 20楼 lianyicq
换了后,还是提示错误哦
Private Sub Form_Load() Dim wss As Object Set wss = CreateObject("WScript.Shell") codereg = &H270F wss.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION\001.exe", codereg, "REG_DWORD" End Sub