先祝大家今年快乐,龙年大吉,我再提问,引用的注册???
TLBINF32.dll
comdlg32.OCX
RICHTX32.OCX
MSCOMCTL.OCX
TABCTL32.OCX
MSFLXGRD.OCX
Msvbvm60.dll
And VB6.olb version 6.0.9
All of the above files need to be registered!
我下软件,它有这个要求,才能运行,但是我不会,请大家帮一下忙。说明一下应该怎么操作。VB6.olb version 6.0.9
这个文件是带来的文件。
[解决办法]
你把以上的文件都下到本机上,然后用regsvr32.exe注册了就好了
[解决办法]
把下面的存入两个reg文件,双击,存入注册表。
然后右击要注册的dll或ocx,点击register或unregister就可以注册和删除注册。
1:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\dllfile\shell]
[HKEY_CLASSES_ROOT\dllfile\shell\Register]
[HKEY_CLASSES_ROOT\dllfile\shell\Register\command]
@="c:\\windows\\system32\\regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\dllfile\shell\Un-Register]
[HKEY_CLASSES_ROOT\dllfile\shell\Un-Register\command]
@="c:\\windows\\system32\\regsvr32.exe /u \"%1\""
2:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\ocxfile\shell]
[HKEY_CLASSES_ROOT\ocxfile\shell\Register]
[HKEY_CLASSES_ROOT\ocxfile\shell\Register\command]
@="c:\\windows\\system32\\regsvr32.exe \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\shell\Un-Register]
[HKEY_CLASSES_ROOT\ocxfile\shell\Un-Register\command]
@="c:\\windows\\system32\\regsvr32.exe /u \"%1\""