What is VBC6.EXE?
-----------------
VBC6.EXE is a utility designed to fix License problems with ActiveX
Controls that ship with Microsoft Visual Basic 6.0. The utility will
not fix third party controls, or controls not normally installed by
Microsoft Visual Basic 6.0.
VBC6.EXE will help correct problems with the following symptoms:
Symptom I
---------
When trying to site a control within a project, Microsoft Visual Basic raises the following
error dialog:
License Information For This Component Not Found. You Do Not Have An
Appropriate License To Use This Functionality In The Design Environment.
Symptom II
----------
When trying to compile a project, Microsoft Visual Basic raises the following error dialog:
Compile Error : Permission Denied
Symptom III
-----------
When using the Application Wizard, Microsoft Visual Basic raises an error dialog similar to:
60: Method ~ of Object ~ failed
Symptom IV
----------
When trying to run a project, Microsoft Visual Basic raises the following error dialog:
Runtime Error '429' : ActiveX Component Can't Create Object
Which ActiveX controls does VBC6.EXE work with?
-----------------------------------------------
The following is a list of ActiveX controls that VBC6.EXE is aware of.
ActiveX Control FileName Version Edition
------------------------------------------------------------------------
ADO Data Control 6.0 MSADODC.OCX 6.00.8171 L,P,E
Chart Control 6.0 MSCHRT20.OCX 6.00.8177 P,E
Comm Control 6.0 MSCOMM32.OCX 6.00.8169 P,E
Common Dialog Control 6.0 COMDLG32.OCX 6.00.8169 L,P,E
Data Bound List Controls 6.0 DBLIST32.OCX 6.00.8169 L,P,E
DataGrid Control 6.0 MSDATGRD.OCX 6.00.8169 L,P,E
DataList Controls 6.0 MSDATLST.OCX 6.00.8169 L,P,E
DataRepeater Control 6.0 MSDATREP.OCX 6.00.8169 P,E
FlexGrid Control 6.0 MSFLXGRD.OCX 6.00.8169 L,P,E
Hierarchical FlexGrid Control 6.0 MSHFLXGD.OCX 6.00.3005 L,P,E
MAPI Controls 6.0 MSMAPI32.OCX 6.00.8169 P,E
Masked Edit Control 6.0 MSMASK32.OCX 6.00.8169 P,E
Multimedia Control 6.0 MCI32.OCX 6.00.8169 P,E
PictureClip Control 6.0 PICCLP32.OCX 6.00.8169 P,E
RemoteData Control 6.0 MSRDC20.OCX 6.00.8169 E
Rich Textbox Control 6.0 RICHTX32.OCX 6.00.8169 L,P,E
SysInfo Control 6.0 SYSINFO.OCX 6.00.8169 P,E
Tabbed Dialog Control 6.0 TABCTL32.OCX 6.00.8169 L,P,E
Windows Common Controls-3 6.0 COMCT332.OCX 6.00.8169 P,E
Windows Common Controls 5.0 (SP2) COMCTL32.OCX 6.00.8022 L,P,E
Windows Common Controls 6.0 MSCOMCTL.OCX 6.00.8177 L,P,E
Windows Common Controls-2 5.0 (SP2) COMCT232.OCX 6.00.8022 L,P,E
Windows Common Controls-2 6.0 MSCOMCT2.OCX 6.00.8177 L,P,E
Winsock Control 6.0 MSWINSCK.OCX 6.00.8169 P,E
L = Learning Edition
P = Professional Edition
E = Enterprise Edition
How do I use VBC6.EXE?
----------------------
VBC6.EXE requires that the Microsoft Visual Basic 6.0 run-time engine is
installed on the system where the utility is going to be used. The
run-time engine is available on the Microsoft Visual Basic 6.0 (or Visual
Studio 6.0) under the \Common\Tools\VB\Cabinets directory. The
VBRUN60.CAB contains a self extracting EXE which will installed the
Microsoft Visual Basic 6.0 run-time engine onto your machine.
Before running the VBC6.EXE utility, make sure there are no other
applications running.
Simply double click on VBC6.EXE through the Windows Explorer. The utility
will attempt to detect Microsoft Visual Basic 6.0, and will installed the
required Licenses for the Edition detected.
If successful, you will see a dialog box similar to the following:
"Enterprised Design Licenses Have Been Installed Successfully"
VBC6.EXE also offers a silent mode. Running the VBC6.EXE from the command
with a "/q" will run the utility without any user interface. Result codes
can be captured and used by other apps to test if the Licenses were installed.
Result Codes And Error Messages
-------------------------------
Exit Code 0 : Licenses for that Edition where installed
Exit Code 1 : Microsoft Visual Basic 6.0 was not detected on this system
Exit Code 2 : Could Not Load A Support Utility Library
Exit Code 3,4 : At Least 1 Design License Was Not Properly Installed
Exit Code 5 : Unable To Install Any Design Licenses
Exit Code 6 : There Was An Unspecified Error With The VBC6 Utility
Disclaimer
----------
The utility discussed in this article is provided "as is" and Microsoft does not guarantee that it can be used in all situations. Although Microsoft support engineers can help with the use of this product, it is not supported. Use this tool at your own risk.
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
【作品名称】:基于VB+Access 工作备忘录设计与实现【毕业设计】(源代码+论文) 【适用人群】:适用于希望学习不同技术领域的小白或进阶学习者。可作为毕设项目、课程设计、大作业、工程实训或初期项目立项。 【项目介绍】:根据学校的教务人员提供的学生档案管理的信息,预测开发的管理系统的达到的功能如下: 1、用户登录 2、单人资料管理 3、模糊查询 4、多人资料浏览 5、数据备份 6、退出系统 ①系统分析员审查软件计划、软件需求分析提供的文档,提出最佳推荐方案,用系统流程图,组成系统物理元素清单,成本效益分析,系统的进度计划,供指导教师审定,审定后进入设计。 ②确定模块结构,划分功能模块,将软件功能需求分配给所划分的最小单元模块。确定模块间的联系,确定数据结构、文件结构、数据库模式,确定测试方法与策略。 ③ 编写概要设计说明书,用户手册,测试计划,选用相关的软件工具来描述软件结构,结构图是经常使用的软件描述工具 【资源声明】:本资源作为“参考资料”而不是“定制需求”,代码只能作为参考,不能完全复制照搬。需要有一定的基础看懂代码,自行调试代码并解决报错,能自行添加功能修改代码。
资源推荐
资源详情
资源评论
收起资源包目录
VB087工作备忘录.zip (69个子文件)
VB087工作备忘录
.DS_Store 6KB
工作备忘录
.DS_Store 6KB
frmLogin1.frx 778B
a.JPG 45KB
MSSCCPRJ.SCC 351B
工作备忘录.vbw 858B
frmAbout.frm 13KB
frmTip.frm 4KB
descript.ion 100B
工作备忘录.PDM 9KB
DATABASEBACKUP.oca 18KB
Module1.bas 1KB
工作备忘录.exe 256KB
工作备忘录.vbp 4KB
frmBack.frm 1KB
frmTip.frx 2KB
DataBaseBackup.ocx 52KB
frmBack.log 81B
frmLogin.frm 5KB
frmLogin1.frm 5KB
frmHelp.frm 1KB
Moudles
subclass.bas 11KB
timer.bas 2KB
mDeclares.bas 10KB
frmLogin.frx 46KB
ClassMoudles
INCAreaModifier.cls 1KB
cToolbarMenu.cls 13KB
timer.cls 3KB
isubclass.cls 1KB
subclass.cls 2KB
cMemDC.cls 4KB
cMenuBar.cls 40KB
cNCCalcSize.cls 36KB
cNeoCaption.cls 24KB
使用说明.txt 168B
vb6许可授权
ENTDAT.DLL 32KB
Readme.txt 5KB
REGSVR32.EXE 36KB
Regsvr321.exe 30KB
PRODAT.DLL 28KB
VBC6.exe 32KB
LRNDAT.DLL 28KB
frmwf.frm 3KB
tel.dll 669B
frmAbout.frx 4KB
frmHelp.frx 2KB
icon
2.ico 1KB
1.ico 766B
4.ico 2KB
databackup.zip 28KB
7.ICO 1KB
6.ICO 1KB
Hand.ico 326B
3.ico 766B
9.ICO 5KB
8.ico 766B
CHINA.ICO 1KB
10.ico 3KB
5.ico 1KB
11.ico 766B
DBGRID32.OCX 513KB
userdatabase
tsl.mdb 98KB
frmMain.frm 36KB
frmMain.frx 7KB
rec.dll 80B
frmBack.frx 3KB
论 文.doc 2.43MB
使用说明.txt 12B
摘要.doc 21KB
共 69 条
- 1
资源评论
小英子架构
- 粉丝: 1000
- 资源: 3983
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功