在win7中如何注册command.ocx控件

在win7中如何注册command.ocx控件,第1张

步骤:

1.将command.ocx控件复制到system32文件夹下

2.开始>运行>输入

regsvr32

c:\windows\system32\Command.ocx

确定,将Command.ocx

注册到注册表,即可.

如果在64位OS下直接运行“regsvr32 c:\windows\system32\MSCOMM32.OCX”,会报如下错误信息 The module "C:\Windows\System32\MSCOMM32.OCX" failed to load.Make sure the binary is stored at the specified path or debug it to

The specified module could not be found. 正确注册方法:先将MSCOMM32.OCX组件复制到c:\windows\SysWOW64下面,再运行“regsvr32 c:\windows\SysWOW64\MSCOMM32.OCX”注册。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/6708927.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-03-27
下一篇 2023-03-27

发表评论

登录后才能评论

评论列表(0条)

保存