联盟首页 协同开发 共创软件 开放源码 软件工程 共创论坛 关于联盟
  您的位置 » 开放源码库【成熟 - 分类源码 首页 | 分类源码 | 提交源码 | 下载统计 | 原创源码 | 成熟源码 | 代码片断
 

源码库中源码数量为19252
有贡献人员名单:

-= 更多 =-
  • ffdshow
  • jasperreports
  • PoolMan
  • virtualdub-win
  • Air Traffic Controller
  • CppUnit
  • FCK editor
  • Async Professional
  • Apache-SSL-Jserv
  • JFreeChart
  • -= 更多 =-

      Programming Language
          Visual Basic
    查看方式:
      Development Status
      Environment
      Intended Audience
      License
      Natural Language
      Operating System
      Programming Language
      Topic

    共有 2837 个源码项目.每页显示10条.
    <1> <2> <3> <4> <5> <6> <7> <8> <9> <10> <11> <12> <13> <14> <15> <16> <17> <18> <19> <20> <21> <22> <23> <24> <25> <26> <27> <28> <29> <30> <31> <32> <33> <34> <35> <36> <37> <38> <39> <40> <41> <42> <43> <44> <45> <46> <47> <48> <49> <50> <51> <52> <53> <54> <55> <56> <57> <58> <59> <60> <61> <62> <63> <64> <65> <66> <67> <68> <69> <70> <71> <72> <73> <74> <75> <76> <77> <78> <79> <80> <81> <82> <83> <84> <85> <86> <87> <88> <89> <90> <91> <92> <93> <94> <95> <96> <97> <98> <99> <100> <101> <102> <103> <104> <105> <106> <107> <108> <109> <110> <111> <112> <113> <114> <115> <116> <117> <118> <119> <120> <121> <122> <123> <124> <125> <126> <127> <128> <129> <130> <131> <132> <133> <134> <135> <136> <137> <138> <139> <140> <141> <142> <143> <144> <145> <146> <147> <148> <149> <150> <151> <152> <153> <154> <155> <156> <157> <158> <159> <160> <161> <162> <163> <164> <165> <166> <167> <168> <169> <170> <171> <172> <173> <174> <175> <176> <177> <178> <179> <180> <181> <182> <183> <184> <185> <186> <187> <188> <189> <190> <191> <192> <193> <194> <195> <196> <197> <198> <199> <200> <201> <202> <203> <204> <205> <206> <207> <208> <209> <210> <211> <212> <213> <214> <215> <216> <217> <218> <219> <220> <221> <222> <223> <224> <225> <226> <227> <228> <229> <230> <231> <232> <233> <234> <235> <236> <237> <238> <239> <240> <241> <242> <243> <244> <245> <246> <247> <248> <249> <250> <251> <252> <253> <254> <255> <256> <257> <258> <259> <260> <261> <262> <263> <264> <265> <266> <267> <268> <269> <270> <271> <272> <273> <274> <275> <276> <277> <278> <279> <280> <281> <282> <283> <284>

    2001. Password Cryption - This is a simple Password Cryption. Now just send the Password to this class you can get the Encrypted Password. (i.e. of Numbers only). Again you can send this Encrypted Password (i.e. Numbers generated by this dll) you get the Original Password. Try it.

    Password Cryption这是一个简单的口令加密程序。只需要将口令发送到这个类,你就可以得到加密的口令(例如,只有数字)。之后,你再将这个加密的口令发送到这个类,就可以得到原始的口令。
    来源: http://visualbasic.ittoolbox.com/code/d.asp?d=1545&a=s 

    2002. SQL Server Database Encapsulator - This class provides easy access to a variety of functions related to a given SQL Server database, including returning recordsets from it, writing data to it, returing an XML stream from it, and executing stored procedures. The class is implemented as an encapsulator of the Northwind database that comes with SQL Server, but the same code can be used with any database as long as the properties are set correctly.
    这个类提供了一种简单地方式来访问与给定的SQL服务器数据库相关的多种函数,包括从数据库中返回记录,在数据库中编写数据,从数据库中返回一个XML流以及执行存储过程。这个类是作为Northwind数据库的一个封装器实现的,带有SQL服务器,但是只要设置了正确的属性,同一代码能用于任何一个数据库。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2822 

    2003. Satellite Frequency Charts - Satellite channels frequency charts program .
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=5699
    这是一个人造卫星频道的频率图表程序。 

    2004. Word Processing Application with Customi - This is a text/RTF editor with all the standard features. In addition, it allows you to customize your keyboard -- that is, you can change what is displayed in the document for a given key. Also includes additional features such as a clock and sounds. A very good demo for VB learners.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2092
    这是一个具有所有标准功能的文本/RTF编辑器。另外,它允许你定制你自己的键盘-这意味着,你能通过一个给定的键来更改文档中显示的内容。它还包括额外的功能,例如一个闹钟以及声音。对于VB初学者来说这是一个很好的演示。 

    2005. Image Viewer With Thumbnail Capabilities - An aplication to display images of various formats. Includes the ability to display all images in a folder as thumbnails.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=3451
    这是一个用来显示不同格式图片的应用程序,具有在一个文件夹中显示所有图片的能力,可以生成索引小图片。 

    2006. Class to Export Database Tables to Text - This package includes a simple class used to export access databases to text files using DAO, along with an application that uses the class. You can specify which table to export and the number of fields.
    这个包封装了一个简单的类,用于使用DAO将access数据库导出到一个文本文件,并提供了一个使用类的应用程序。你可以说明导出的表和字段的数量。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=1323 

    2007. Skin Pad: Text Editor with Skins - This is a notepad with much much much more options then the dull windows notepad has, also has interchangeable skins.. you can change up to 10 skins.. other options include word counter , change text color, background color, find, find next & plenty of other options for beginners to learn from
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=1698
    这是一个记事本,它有很多很多的选项,比单调的Windows记事本的选项要多得多,它也有可互换的外壳..你能更改的外壳最多达10种..其它的选项包括单词计算器,更改文本的颜色,更改背景的颜色,搜索,寻找下一个以及其它大量的初学者所用的选项。 

    2008. Error-handling Solution for Enterprise V - HuntERR is powerful error handling solution for Visual Basic. Provides easy error processing, error logging, aborting transactions, closing connections, custom servers, reporting API errors, ADO errors, system exceptions protection, etc.
    HuntERR是一个用于Visual Basic的强大的错误处理解决程序。提供了简单的错误处理,错误日志,异常中止事务,关闭联结,定制服务,报告API错误,ADO错误,系统异常保护等等。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2821 

    2009. MP3 Player - An MP3 player.
    MP3 Player是一个MP3播放器。
    来源: http://www.zarr.net/vb/download/codedetail.asp?code=76 

    2010. Scan File - This is an example that shows how to open a file and read it.
    Scan File演示了如何打开一个文件并读取它。
    来源: http://www.extreme-vb.net/download.php?op=viewdownload&cid=15 

    共有 2837 个源码项目.每页显示10条.
    <1> <2> <3> <4> <5> <6> <7> <8> <9> <10> <11> <12> <13> <14> <15> <16> <17> <18> <19> <20> <21> <22> <23> <24> <25> <26> <27> <28> <29> <30> <31> <32> <33> <34> <35> <36> <37> <38> <39> <40> <41> <42> <43> <44> <45> <46> <47> <48> <49> <50> <51> <52> <53> <54> <55> <56> <57> <58> <59> <60> <61> <62> <63> <64> <65> <66> <67> <68> <69> <70> <71> <72> <73> <74> <75> <76> <77> <78> <79> <80> <81> <82> <83> <84> <85> <86> <87> <88> <89> <90> <91> <92> <93> <94> <95> <96> <97> <98> <99> <100> <101> <102> <103> <104> <105> <106> <107> <108> <109> <110> <111> <112> <113> <114> <115> <116> <117> <118> <119> <120> <121> <122> <123> <124> <125> <126> <127> <128> <129> <130> <131> <132> <133> <134> <135> <136> <137> <138> <139> <140> <141> <142> <143> <144> <145> <146> <147> <148> <149> <150> <151> <152> <153> <154> <155> <156> <157> <158> <159> <160> <161> <162> <163> <164> <165> <166> <167> <168> <169> <170> <171> <172> <173> <174> <175> <176> <177> <178> <179> <180> <181> <182> <183> <184> <185> <186> <187> <188> <189> <190> <191> <192> <193> <194> <195> <196> <197> <198> <199> <200> <201> <202> <203> <204> <205> <206> <207> <208> <209> <210> <211> <212> <213> <214> <215> <216> <217> <218> <219> <220> <221> <222> <223> <224> <225> <226> <227> <228> <229> <230> <231> <232> <233> <234> <235> <236> <237> <238> <239> <240> <241> <242> <243> <244> <245> <246> <247> <248> <249> <250> <251> <252> <253> <254> <255> <256> <257> <258> <259> <260> <261> <262> <263> <264> <265> <266> <267> <268> <269> <270> <271> <272> <273> <274> <275> <276> <277> <278> <279> <280> <281> <282> <283> <284>

      » 合 作 伙 伴