登录
首页 » Visual C++ » library

library

于 2008-12-25 发布 文件大小:5568KB
0 87
下载积分: 1 下载次数: 38

代码说明:

  MFC连接ACCESS ,一个图书管理系统,能完成多项功能(MFC connect ACCESS, a book management system, to complete a number of features)

文件列表:

library
.......\BookInfoSet.cpp
.......\BookInfoSet.h
.......\BookLostDlg.cpp
.......\BookLostDlg.h
.......\BookSearchDlg.cpp
.......\BookSearchDlg.h
.......\BookTypeDlg.cpp
.......\BookTypeDlg.h
.......\BookTypeSet.cpp
.......\BookTypeSet.h
.......\BorrowDlg.cpp
.......\BorrowDlg.h
.......\BorrowInfoSet.cpp
.......\BorrowInfoSet.h
.......\BorrowSearchDlg.cpp
.......\BorrowSearchDlg.h
.......\Debug
.......\InputDlg.cpp
.......\InputDlg.h
.......\libDB.mdb
.......\Library.aps
.......\Library.clw
.......\Library.cpp
.......\Library.dsp
.......\Library.dsw
.......\Library.h
.......\Library.ncb
.......\Library.opt
.......\Library.plg
.......\Library.rc
.......\LibraryDoc.cpp
.......\LibraryDoc.h
.......\LibraryView.cpp
.......\LibraryView.h
.......\LoginDlg.cpp
.......\LoginDlg.h
.......\MainFrm.cpp
.......\MainFrm.h
.......\Minimized.ssk
.......\NewBookDlg.cpp
.......\NewBookDlg.h
.......\PunishTypeDlg.cpp
.......\PunishTypeDlg.h
.......\PunishTypeSet.cpp
.......\PunishTypeSet.h
.......\ReaderDeleteDlg.cpp
.......\ReaderDeleteDlg.h
.......\ReaderInfoSet.cpp
.......\ReaderInfoSet.h
.......\ReaderNewDlg.cpp
.......\ReaderNewDlg.h
.......\ReaderSearchDlg.cpp
.......\ReaderSearchDlg.h
.......\ReaderTypeDlg.cpp
.......\ReaderTypeDlg.h
.......\ReaderTypeSet.cpp
.......\ReaderTypeSet.h
.......\ReadMe.txt
.......\Release
.......\res




.......\...\Library.rc2

.......\...\Toolbar.bmp
.......\Resource.h
.......\ReturnDlg.cpp
.......\ReturnDlg.h
.......\ReturnInfoSet.cpp
.......\ReturnInfoSet.h
.......\ReturnSearchDlg.cpp
.......\ReturnSearchDlg.h
.......\SkinPlusPlusDLL.dll
.......\Skins
.......\.....\Minimized.ssk
.......\.....\SkinPlusPlus.h
.......\.....\SkinPlusPlusDLL.dll
.......\.....\SkinPlusPlusDLL.lib
.......\.....\SoftCrystal.ssk
.......\.....\XPCorona.ssk
.......\SoftCrystal.ssk
.......\StdAfx.cpp
.......\StdAfx.h
.......\UserDlg.cpp
.......\UserDlg.h
.......\UserSet.cpp
.......\UserSet.h
.......\XPCorona.ssk

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BMP---01--20130916
    用C++编写的对话框,能够实现目标的动态运动,目标的自动添加撤除,文本文件的读取和保存。我的QQ是870666742.此程序较复杂,不懂的地方可以问我。(Prepared with C++ dialog, to achieve the target of dynamic movement, removal of the target automatically add a text file to read and save. My QQ is 870666742 This procedure is more complicated, do not know where you can ask me.)
    2013-10-10 09:07:54下载
    积分:1
  • dyong
    调用其他窗体的函数或过程 窗口未打开的时候,可以调用,但是调用之后,窗口就被加载了,虽然未显示,是隐藏在后台的。 所以不建议把公共的函数放在窗口中,可以放在模块中。 (Call other form of function or procedure when the window is not open, you can call, but after the call, the window is loaded, though not shown, is hidden in the background. It is not recommended to put a window in a public function, can be placed in the module.)
    2014-02-09 22:35:44下载
    积分:1
  • shellcode
    一个实现shellcode的程序,可以弹出MessageBox对话框。(A program used to realize shellcode.)
    2016-03-31 19:49:22下载
    积分:1
  • SysOptimize
    基于对话框的系统优化工具,有助于学习对话框设计( mfc program)
    2010-07-09 10:56:00下载
    积分:1
  • ex06_1
    在基于对话框的程序中,默认是没有这个消息的,按下Ctrl+W,弹出类向导对话框,选择Class Info标签(Basic implementation of a drop source is relatively simple. The first step is to determine what events begin a drag operation.)
    2013-11-22 16:15:09下载
    积分:1
  • toumingDiadlg
    半透明对话框源代码可以帮助大家了解其原理,移植到自己的程序中去(Translucent dialog source code can help you understand the principle, transplanted to their own programs to)
    2014-02-18 08:27:32下载
    积分:1
  • KZVV
    STM32 USB HOST Library()
    2018-05-21 04:52:45下载
    积分:1
  • Visual_C++_500_Samples
    Visual.C++编程技巧精选500例随书附盘 第1章 消息框 1.消息框设置演示 第2章 常用控件 13.如何使用picturebox 控件浏览多种格式的图像? 12.如何使listcontrol控件支持整栏选择? 11.如何在列表框中自动装载磁盘文件列表? 10.如何显示载有richedit 控件的对话框? 9.如何限制编辑控件输入的字符类型? 8.如何在程序窗口中创建按钮控件? 7.按钮设置演示 6.如何使用滚动条控件? 5.如何使用进度条控件? 4.如何使用列表控件? 3.如何使用树形控件? 2.如何使用标签控件? 1.如何使用滑块控件? 第3章 通用对话框 8.如何在程序启动时弹出文件打开对话框? 7.如何在文件对话框中预览位图文件? 6.文件对话框文件夹操作演示 5.文件对话框使用演示 4.如何使用查找与替换对话框? 3.如何使用页面设置对话框? 2.如何使用颜色对话框? 1.如何使用字体对话框? 第4章 标题栏与菜单栏 26.如何在子菜单中记录历史文件? 25.如何确定顶层菜单所占的行数? 24.如何取消对菜单状态的限制? 23.如何取消应用程序菜单栏? 22.如何获取菜单栏高度? 21.如何在对话框类型的应用程序中加载菜单? 20.如何设计自定义快捷菜单? 19.如何创建一个弹出式菜单? 18.如何触发一个菜(Visual.C programming skills selected 500 cases with Disks Chapter 1 of a news box. Speech news box set Chapter 2 of said common control 13. how to use the picturebox control View Multi-Format Image? 12. How listcontrol Control supportive of the whole column choice? 11. How the list box automatically loading disk document lists? 10. How to show contains dialog richedit controls? 9. How to restrict the importation of editorial control character type? 8. How to create window control buttons? 7. Button to display six. How to use the scroll controls? 5. How to use the progress of control? 4. How to use control list? 3. How to use tree controls? 2. How to use the label control? 1. How to use slider controls? Chapter 3 common dialog 8. How commencement of the proceedings while the document open d)
    2020-06-26 05:40:02下载
    积分:1
  • chuangtironghejishu
    本例为窗体融合技术实例,可以实现窗口的拖动和停靠(This case is a form fusion technology instance,in which you can drag and dock window)
    2012-02-17 22:24:44下载
    积分:1
  • 10086最终版
    这是一个利用东进语音卡实现10086系统的完整程序,基于MFC,使用语言是C++,该程序实现了与移动10086系统相似的功能。功能包括:拨号、欢迎语言、语言选择、验证、服务选择、消费查询、业务查询、密码修改、天气查询、人工服务等(This is a complete program to implement 10086 system by using Dongjin Voice Card. Based on MFC, the language is C++. The program achieves similar functions as mobile 10086 system. Functions include: dialing, welcome language, language selection, validation, service selection, consumption query, business query, password modification, weather query, manual service, etc.)
    2021-03-11 14:19:25下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载