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 toThe specified module could not be found. 正确注册方法:先将MSCOMM32.OCX组件复制到c:\windows\SysWOW64下面,再运行“regsvr32 c:\windows\SysWOW64\MSCOMM32.OCX”注册。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)