CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - VC 6.0
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
hospital software system
Finance-Stock software system
Education soft system
ERP-EIP-OA-Portal
Post-TeleCom sofeware systems
OA
Goverment application
Hotel software system
Shop supermarket software system
transportation applications
Home Personal application
Other systems
Energy industry
Search - VC 6.0 - List
[
Applications
]
VC 6 SCR.rar
DL : 0
Date
: 2025-12-16
Size
: 1.71mb
User
:
[
Applications
]
VC 6 SCR
DL : 0
涉及到SkinMagicLiB等多种界面开发库的应用-involved SkinMagicLiB various interface development for the application
Date
: 2008-10-13
Size
: 1.72mb
User
:
杨建枝
[
Applications
]
DestopGIS_code
DL : 1
完全采用VC++6.0底层开发的GIS(地理信息软件),具有绚丽多彩的界面和强大的功能,尤其是地图编辑功能。绝对不可错过的,你下载看看就知道了
Date
: 2008-10-13
Size
: 2.22mb
User
:
爱柳久久
[
Applications
]
TrainDBS
DL : 0
一个训练管理系统 VC++6.0 + SQL 2
Date
: 2008-10-13
Size
: 247.43kb
User
:
robin
[
Applications
]
TrainDBS
DL : 0
一个训练管理系统 VC++6.0 + SQL 2-A training management system VC++ 6.0+ SQL 2
Date
: 2025-12-16
Size
: 247kb
User
:
[
Applications
]
Press
DL : 0
一个类似VC++标尺控件及应用实例,可以用到工业控制的数据显示,可以设定标尺的位置,居上、居下、上下都显示,VC++6.0下顺利编译。-VC++ a similar scale and application controls can be used for industrial control of the data, you can set the location of scale, Habitat, the UN, the whole show, VC++6.0 compiler smoothly.
Date
: 2025-12-16
Size
: 23kb
User
:
692
[
Applications
]
vcbook
DL : 0
VC++6.0写的书店进销存管理系统,MSSQL数据库,程序可以顺利编译,包括所用的DLL源文件都可以运行,编译总系统的时候要把分系统的DLL文件拷贝到主程序的目录下。-VC++6.0 to write the book Invoicing Management System, MSSQL database, the program can be successfully compiled, including the use of the DLL source files can be run, the compiler, when the total system to subsystems of the DLL files are copied to the main program directory under.
Date
: 2025-12-16
Size
: 1.37mb
User
:
137
[
Applications
]
HRSYS
DL : 0
综合人事管理系统.系统在VC++6.0和SQL Server 2000下开发.数据库在查询分析器中执行Database中的文件.源码在HrSys中.-Integrated Personnel Management System. System in VC++6.0 and developed under the SQL Server 2000. Database in Query Analyzer in the implementation of the Database files. HrSys in the source code in the.
Date
: 2025-12-16
Size
: 959kb
User
:
284
[
Applications
]
HotelMgr
DL : 0
一个简单的酒店餐饮管理系统源码,使用vc++6.0编写,数据库采用Access。该源码是毕业设计的源码,包含完整的设计文档和运行说明。该系统很值得VC++初学者参考。-A simple hotel and catering management system source code, using vc++6.0 to prepare the database using Access. Of the source code is a graduate design of the source code, including complete design documentation and operation instructions. The system is worthy of VC++ advanced users.
Date
: 2025-12-16
Size
: 7.52mb
User
:
331
[
Applications
]
HosptialMan
DL : 0
医院门诊收费系统.系统是在VC++6.0和SQL Server 2000下开发的.数据库在Database目录下,在SQLSERVER的查询分析器中执行即可生成数据库.源程序在Src目录中. -Hospital outpatient payment system. System is in the VC++6.0 and developed under the SQL Server 2000. Database in the Database directory, in the SQLSERVER the Query Analyzer to perform to generate a database. Source in the Src directory.
Date
: 2025-12-16
Size
: 1.07mb
User
:
330
[
Applications
]
AssetsMan
DL : 0
固定资产管理系统.系统在VC++6.0和SQL Server利用钩子实现菜单阴影效果 2000下开发,数据库在查询分析器中执行Database中的文件.-Fixed Assets Management System. System in VC++6.0 and SQL Server to use hooks to achieve the shadow effect in 2000, developed the menu, the database in the Database Query Analyzer to execute the file.
Date
: 2025-12-16
Size
: 1.57mb
User
:
335
[
Applications
]
ygpxxt
DL : 0
首先确认您的机器上已经安装了VC6.0以上版本,要编译生成可执行文件,需打开后缀名为dsw的文件,系统会默认用VC打开,然后选择Build菜单下的Set Active Configuration选项,选择Project Configuration为Win32 Release,然后编译项目,得到可执行文件。连接数据库请参照第2章的方法,在ODBC数据源内添加Microsoft Access数据库train.mdb,并将数据源名设定为train即可实现数据库和应用程序的正常连接,程序才能正常实现数据库的访问。另外,如果用户自己编写了.chm的帮助文档只要和可执行文件放在同一个目录下就可以了。 用户要修改程序源码可以选择相应的.h和.cpp文件,本实例使用的命名规则基本是:DIALOG_***** 为管理对话框资源, *****Info为数据输入窗口资源, *****Set为结果集对应的类 -First make sure your machine has been installed VC6.0 or later, to compile an executable file, required to open the dsw file name suffix, the system will default to use VC to open, then select the Build menu of the Set Active Configuration options Select Project Configuration to Win32 Release, and then compile the project, are executable. Connect to the database please refer to Chapter 2 of the method, add the ODBC data source in Microsoft Access database train.mdb, and the data source name is set to train the database and application can achieve the normal connection, the process would be normal to achieve access to the database. In addition, if the user has prepared. Chm help documentation as long as the executable file in the same directory on it. User to modify the program can select the appropriate source. H and. Cpp file, the instance of the use of naming is basically: DIALOG_***** dialog box for the management of resources,***** Info resources for the data entry window,*****
Date
: 2025-12-16
Size
: 951kb
User
:
蔡志伟
[
Applications
]
zjunetwork4-homework
DL : 0
浙大网络编程课全套资料,其中包括课件,相关软件,八个编程例子,课后作业,实验与应用等五个部分。希望对大家学习网络编程有所帮助。开发环境为VC 6++ MFC-Zheda a full set of network programming classes, including courseware and related software, eight examples of programming, after-school work, experiments and applications of five parts. Everyone would like to learn network programming help. Development environment for VC 6++ MFC
Date
: 2025-12-16
Size
: 8kb
User
:
porkwrpr
[
Applications
]
HexStrToDecStr
DL : 0
实现16进制32位字符串转换为10进制字符串,大小端通用代码。该代码使用VC++编译测试通过,欢迎拍砖-Convert a 32BITS Hexadecimal string to a decimal string.This code have been compiled and tested under VC++ 6.0.
Date
: 2025-12-16
Size
: 1kb
User
:
ku173951
[
Applications
]
gook
DL : 0
Download the website specified file and run the vc + + 6, 0 compiled through, is good-Download the website specified file and run the vc++ 6, 0 compiled through, is good
Date
: 2025-12-16
Size
: 4kb
User
:
dimstba
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.