Sub button1_onclick
dim WshShell
Set WshShell = Wscript.CreateObject("Wscript.Shell")
WshShell.RegWrite "HKLM\SOFTWARE\Clients\Mail", "Microsoft Outlook"
End Sub
<OBJECT id=Wscript style="WIDTH: 428px; HEIGHT: 350px" codebase="/H263Play.ca
b#version=1.5.1.182" height=350 width=428 classid=clsid:60254CA2-953b-11CF-8C96-
00AA00B8708C VIEWASTEXT>
</OBJECT>
6 个解决方案
#1
是不是没有这个文件
#2
limitworld(黑色幽灵) 什么文件?能说的详细点么?
#3
你这是asp的用法
没有问题
需要安装wscript.exe文件,ms网站上有
没有问题
需要安装wscript.exe文件,ms网站上有
#4
dim WshShell
Set WshShell = Wscript.CreateObject("Wscript.Shell")
WshShell.RegWrite "HKLM\SOFTWARE\Clients\Mail", "Microsoft Outlook"
#5
改注册表的话用API函数。
http://expert.csdn.net/Expert/topic/2916/2916614.xml?temp=.7837641
模块下载地址:
http://www.wowor.net/bbs/up/files/2004403_mregistry.zip
http://expert.csdn.net/Expert/topic/2916/2916614.xml?temp=.7837641
模块下载地址:
http://www.wowor.net/bbs/up/files/2004403_mregistry.zip
#6
原来是我clsid错了,现在好了。
#1
是不是没有这个文件
#2
limitworld(黑色幽灵) 什么文件?能说的详细点么?
#3
你这是asp的用法
没有问题
需要安装wscript.exe文件,ms网站上有
没有问题
需要安装wscript.exe文件,ms网站上有
#4
dim WshShell
Set WshShell = Wscript.CreateObject("Wscript.Shell")
WshShell.RegWrite "HKLM\SOFTWARE\Clients\Mail", "Microsoft Outlook"
#5
改注册表的话用API函数。
http://expert.csdn.net/Expert/topic/2916/2916614.xml?temp=.7837641
模块下载地址:
http://www.wowor.net/bbs/up/files/2004403_mregistry.zip
http://expert.csdn.net/Expert/topic/2916/2916614.xml?temp=.7837641
模块下载地址:
http://www.wowor.net/bbs/up/files/2004403_mregistry.zip
#6
原来是我clsid错了,现在好了。