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

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

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

      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>

    2791. Asterix - Password Saver with Textbox Gr - This is a utility for those people with thousands of passwords! Grab passwords from hidden password fields and archive them in a fully encrypted database file which is virtually impossible to crack! Try it and see how easy it is. Full help supplied.
    这是一个工具,用来帮助那些具有众多密码的人!可从隐藏的密码字段中捕获密码并将它们保存在一个完全保密的数据库文件中,这个文件实质上是不可能发生问题的!请试试它,并看看它是多么的简单。提供全部帮助。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2884 

    2792. Compress and Decompress Strings - Zlib Wrapper is a Visual Basic module that wraps the Zlib DLL as provided at the following web site:
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=966
    Zlib Wrapper是一个Visual Basic模块,封装了Zlib DLL,用于解压缩字符串。 

    2793. Breakout-like Game - This game is similar to break out, except that you can move the paddle up and down.
    这是一个与break out游戏相似的游戏,除了你能将桨上下移动外。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=913 

    2794. Create Masked Alpha Blends - Algorithm for creating alpha blends demonstrated in this application. Among other things, you can use it to draw 8-bit greyscale masked bitmaps and XP-style icons(shadow and anti-aliased).
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=3865
    在这个应用程序中演示了用来生成混和通道的算法。在其它程序中,你能使用它来绘制一个8位的灰色滚动条装饰的位图及XP风格的图标(阴影和相对的别名)。 

    2795. Find And Replace for Edit Controls - This package includes a function you can use to add find and replace functionality to an edit controls. Because the Replace keyword is not used, you can use the function for versions of VB below 6.0. A demo application is included.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=1902
    这个包包括了一个函数,你能用它在一个编辑控件中增加搜索和替换的功能。因为没有使用Replace函数,你能在低于6.0的VB版本中使用这个函数。包括了一个演示程序。 

    2796. CurrencyBox OCX Control - Customized OCX control providing automatic conversion of currency values to numbers and vice versa, formatting, validation, changing regional values such as decimal settings, etc. Code for .ocx only is provided, no demo project and no documentation; however, it is not difficult to see how to use the .ocx.
    CurrencyBox OCX Control自动将货币值转换为数字,反之亦然。可以格式化,检验,改变分段值,如十进制设置。等等。只提供了.ocx的代码,没有显示项目和文档,但不难理解如何使用这个ocx.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=5898 

    2797. SQL Server Explorer - A VB SQL enterprise manager allowing you to query a database, quickly search results. Very handy and quicker than doing some things using SQL Enterprise Manager.

    这是一个用VB开发的SQL企业管理器,可以让你查询一个数据库,快速搜索结果。比使用 SQL Enterprise Manager中的某些功能要方便快速。
    来源: http://www.zarr.net/vb/download/codedetail.asp?code=255 

    2798. Administer NT 2000 Users, Computers, and - This application (CS Tools, version 2) allows you to administer Windows resources (e.g., users, domains, computers) easily. It has so many feature that it can be used as a substitute for the utilities that come with NT and 2000. You can administer users and groups, view, start, and stop services and processes on the local or remote machines, resolve hosts on the network to IP addresses, and much more. The included documentation describes the features in more detail.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=1896
    这个应用程序(CS Tools, version 2)允许你方便的管理Windows资源(例如,用户,域,计算机等)。它拥有这么多功能使得它能作为一个NT 和2000提供的一些工具的替代物。你可以管理用户组,查看、运行和停止本地或远程计算机上的服务和进程,将网络上的主机解析到其IP地址,等等。 

    2799. bsIRC - bsIRC is being developed as a fully functional, safe and easy to use IRC Client for windows. It is written completly in Visual Basic and will be available in linux through the WINE Project.

    bsIRC正在被开发为一个完全功能的,安全的,易于使用的IRC的Windows客户端。它完全用Visual Basic编写,将可能通过WINE项目而可以在Linux系统中使用。
    来源: http://sourceforge.net/projects/bsirc/ 

    2800. Rune Helper - Rune Helper Gives you information on runescape, the massive multiplayer game. it contains maps and information as well as many features that are still to come

    Rune Helper给你提供有关runescape,多人游戏的信息。它包含地图和信息,以及许多将要开发的功能。
    来源: http://sourceforge.net/projects/rune-helper/ 

    共有 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>

      » 合 作 伙 伴