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

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

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

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

    共有 2836 个源码项目.每页显示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>

    951. Change the colors of the Windows Progres - Here is a class that exposes two functions that allow you to customize the colors of the standard Progress Bar control included in MS Windows Common Controls. Download the sample, and run the VBG file, in the Test Directory. Have Fun, Soumya.
    这是一个类,包括了两个函数,可使你定制MS Windows公共控件中标准进度条控件的颜色。从测试目录中下载示例,运行VBG文件。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=5477 

    952. A Simple Pair Class - This class implements a simple Value/Name pair relationship. It also serves as a base for a much more useful Pairs list class, which implements a Dictionary paradigm.
    这个类实现了一个简单的值/名称对联系。它也能作为一个基本的非常有用的对列表类来使用,这是实现一个字典对象的范例。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=1581 

    953. Registry Module; Includes Import/Export - Read and write DWORD, Binary or Strings to registry with functions to import/export registry settings along ability to delete keys or key values and enumeration of keys or key values.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2598
    读取和写入DWORD, Binary和String值到注册表中,具有导入/导出注册设置的功能,能够删除键或键值,以及枚举键或键值。 

    954. Beginners Database (ADO) project - This is a demo application for beginners. It illustrates use of the Microsoft Data Grid, Microsoft Calendar, Horizontal Scroll Contros, and ADO connection and recordset objects. An article about this project can be found on the Author's web site
    这个程序演示了使用 Microsoft Data Grid, Microsoft Calendar, Horizontal Scroll Contros, ADO connection 和recordset 对象的用法。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=1032 

    955. Custom Paging User Control for ASP.NET D - This user control adds features to the default paging capabilities of the ASP.NET data control. It is a good project to learn about the data grid as well as how to create and use user controls in ASP.NET. Includes a detailed readme.txt file and a sample project that uses the control.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=5574
    这个用户控件为ASP.NET数据控件的默认的页面能力增加了功能。这是一个很好的学习数据网格的项目,正如在ASP.NET生成和使用用户控件一样。包括一个详细的readme.txt文件和一个简单使用这个控件的项目。 

    956. Simple Etch-A-Sketch Like Application - This is a simple etch-a-sketch application. It demonstrates how to draw on a form using the PSet function, and how to capture key events using the GetKeyState API function.
    这是一个简单的刻蚀草图应用程序。它演示了如何使用PSet函数在一个窗体上绘制图形,以及如何使用GetKeyState API函数来捕获键事件。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2619 

    957. Starburst Effect - One of my first class projects working with graphics and draw modes. Shows a neat multi-colored starburst effect. I also changed a few lines of code and the radians to give a hurricane effect for a few bonus points.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2612
    Starburst Effect是我最初带有图形和拖拉模式的类项目中的一个。展示了整洁的多色彩starburst效果。为达到bonus点的风吹效果我修改了一些代码线条和弧度。 

    958. Fill a Region of a Picture Manually - Manually fills a region of a picture. Since every pixel is modified directly by the code, you could do effects other than just filling, like gradient fill or bitmap fill.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=719
    用手填充一幅图片的区域。因为每一个像素都直接通过代码来修改,除了填充外你还可以通过其他方面达到效果,例如渐变填充或者位图填充。 

    959. Gradient Form - Gradient form example.
    颜色渐变窗口的例子。
    来源: http://www.extreme-vb.net/download.php?op=viewdownload&cid=10 

    960. Data access dll - Scource code for a data access ActiveX dll. This Dll connects to a database, finds records, edits records, adds records and deletes records.
    Data access dll是一个数据访问ActiveX dll的源代码。这个Dll连接到一个数据库,查找字段,增加和删除记录。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=4348 

    共有 2836 个源码项目.每页显示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>

      » 合 作 伙 伴