登录
首页 » Visual Basic » VB.NET+Library

VB.NET+Library

于 2021-01-18 发布 文件大小:1053KB
0 253
下载积分: 1 下载次数: 0

代码说明:

说明:  VB。NET写的数据库管理系统,数据库为ACCESS,OLEDB驱动(VB.NET was database management systems, database for ACCESS, OLEDB driver)

文件列表:

Library
.......\AddBook.resx
.......\AddBook.vb
.......\AddReader.resx
.......\AddReader.vb
.......\AssemblyInfo.vb
.......\bin
.......\...\Help.chm
.......\...\Library.exe
.......\...\Library.mdb
.......\Book.rpt
.......\Book.vb
.......\BookManage.resx
.......\BookManage.vb
.......\BookPreview.resx
.......\BookPreview.vb
.......\BookType.resx
.......\BookType.vb
.......\BorrowBook.resx
.......\BorrowBook.vb
.......\Class1.vb
.......\Common.vb
.......\Count.resx
.......\Count.vb
.......\CrystalReport1.rpt
.......\CrystalReport1.vb
.......\Help
.......\....\htm" target=_blank>Help
.......\....\Help.chm
.......\....\Help.hhc
.......\....\Help.hhk
.......\....\Help.hhp

.......\....\借书还书.htm

.......\....\基本操作.htm
.......\....\查询打印.htm



.......\....\系统管理.htm
.......\....\读者管理.jpg
.......\....\软件介绍.htm
.......\....\还书.jpg
.......\LendedBook.rpt
.......\LendedBook.vb
.......\LendedBookPreview.resx
.......\LendedBookPreview.vb
.......\Library.mdb
.......\Library.sln
.......\Library.vbproj
.......\Library.vbproj.user
.......\Location.resx
.......\Location.vb
.......\Login.resx
.......\Login.vb
.......\Main.resx
.......\Main.vb
.......\ModifyPassword.resx
.......\ModifyPassword.vb
.......\QueryResult.resx
.......\QueryResult.vb
.......\Reader.rpt
.......\Reader.vb
.......\ReaderManage.resx
.......\ReaderManage.vb
.......\ReaderPreview.resx
.......\ReaderPreview.vb
.......\ReaderType.resx
.......\ReaderType.vb
.......\res
.......\...\Question.bmp


.......\ReturnBook.resx
.......\ReturnBook.vb

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

发表评论

0 个回复

  • TRACKER_RECT
    CTrackerRect使用用例,用户直接编译就能运行,运行环境VC 8.0(CTrackerRect the use of use case, users will be able to direct the compiler to run, VC 8.0 runtime environment)
    2008-01-22 13:17:20下载
    积分:1
  • vbchartprice
    VB以图表形式分析产品价格,其实是显示价格走势,以图表的方式更能清淅的显示价格趋势,每一种商品对应不同的价格走势,Vb编程者,可以此为参考,研究一下VB中坐标图和填充图表的实现方法,对显示分析一些表格型数据相当实用。(VB graphically analyze product prices, in fact, is displayed prices, more clear mission to graphically display trends in prices, each corresponding to a different kind of commodity price movements, Vb programmer, may use this as a reference, look in VB plot filled with charts and implementation methods for the analysis of some tabular display of data quite useful.)
    2014-04-29 14:54:21下载
    积分:1
  • VCPP-DLL-programing
    基于VC++动态链接库的编程说明书籍,书中包含部分实例(Based on VC++ dynamic link library programming note books, the book contains some examples)
    2011-11-17 19:27:21下载
    积分:1
  • f04
    中国有句老话,“三天打鱼两天晒网”。假设渔民老张从1990年1月1日开始“三天打鱼两天晒网”,那么请你帮助推算出在以后某一天中,老张是在“打鱼”,还是在“晒网”。(Chinese saying goes, " in fits and starts network." The assumption that the fishermen Zhang from January 1, 1990 " in fits and starts network, then you figure out at a later day, Zhang is in the" fishing " , or" drying nets " .)
    2013-04-23 20:26:47下载
    积分:1
  • alarm_dingding
    vb.net动画闹钟程序,可以设置任意多个闹钟,带声音提示和动画。适合初学者参考(vb.net alarm clock program, you can set any number of alarm clocks with voice prompts and animation. Reference for beginners)
    2011-05-13 17:42:53下载
    积分:1
  • 357357666
    显示多行文字的工具栏,VC++经典编程源码,很好的参考资料。(Display multiple lines of text toolbar, VC++ classic programming source code, a good reference.)
    2013-11-14 18:58:34下载
    积分:1
  • CvvImage
    好多opencv的应用程序界面中在MFC中显示图像,但是我发现这些显示功能大部分用到了一个叫CvvImage的类,最近使用opencv2.3.1,发现找不到这个类了。 没有具体研究过opencv ,但是opencv在MFC中显示图像需要用的一个叫做CvvImage的类的DrawToHDC()的函数,但是我在2.3.1下却怎么也没有找到这个类,和这个函数。在2.3.1的文档下没有关于这个的任何资料,不知道是不是新版本的opencv去掉了这个类,或者用其他的方式实现了。所以我需要用以前的方式实现这个类。在网上找了一些资料。发现这个问题可以这样处理。 我们可以自己建立一个CvvImage.h和一个CvvImage.cpp的文件,添加到工程中。这样我们在工程中包含上这个CvvImage.h的头文件,就可以正常的按照以前的方式使用CvvImage类将图像绘制到MFC控件中了(Many opencv application interface in the MFC display images, but I found that most of these display features used in a class called CvvImage, the recent use of opencv2.3.1, found that the class can not find. There is no specific study of the opencv, but opencv in the MFC to display the image needs to be used in a class called DrawToHDC () function, but I did not find the kind of 2.3.1 under the CvvImage, and this function. There is no information about this in the 2.3.1 document, and it is not known whether the new version of OpenCV has removed this class, or has been implemented in other ways. So I need to use the old way of this class. On the Internet for some information. Found the problem can be handled in this way. We can create a CvvImage.h and a CvvImage.cpp file, added to the project. So we in the project includes the CvvImage.h header file, you can normally use the CvvImage class in accordance with the previous way draws the image to the MFC control.)
    2016-05-03 09:55:45下载
    积分:1
  • 文件目录资源列表生成器 FileResTool2.0
    文件目录资源列表生成器,QQ:403717(File directory of resources list of generators, QQ: 403717)
    2020-06-26 02:20:02下载
    积分:1
  • recttracker
    这个是MFC中关于tracker应用的一些技巧。实现拖动,放大缩小(it s about tracker in mfc!)
    2009-04-30 10:37:04下载
    积分:1
  • OS
    说明:  该系统是一个请求页式存储管理系统,采用FIFO等页面淘汰算法(This system is a requested page storage management system, using FIFO and other pages out algorithm)
    2015-09-30 09:11:13下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载