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

源码库中源码数量为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>

    221. Web Page Hit Counter Using a Database - This code demonstrates how to implement a hit counter for a web page or site using an Access Database. Be sure to allow the Internet Anonymous User Write Permissions on the .mdb file.
    这段代码演示了如何使用Access数据库实现一个Web页面或站点的计数器。一定要让Internet匿名用户可以有写.mdb文件的权限。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2010 

    222. Flames Active X Control - This Control is derived from the example by Tanner Helland at http://www.freevbcode.com/ShowCode.Asp?ID=625. It is an active X control that allows you to display real time flames in your application. It includes the ability to control the color of the flames and resize the flames display. To see how it works, download the example and run the .vbg file.
    这个控件起源于Tanner Helland编写的示例(在http://www.freevbcode.com/ShowCode.Asp?ID=625可找到)。它是一个很活跃的X控件,允许你在你的应用程序中显示实时的帧。它具有这样的功能,控件帧的颜色,调整帧显示的大小。想要知道它是如何运行的,下载示例并运行.vbg文件。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=940 

    223. Draw Arcs on a Form - A form which illustrates how to implement user-drawn circles and arcs. The start and end angles of an arc based on three mouse clicks on the form:
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=4044
    这是一个窗体,显示了如何执行用户绘制的圆和弧形。一个弧度的开始和结束角度基于鼠标在窗体上的三次点击。 

    224. Jammin MP3 - This is a very well programmed MP3 player - featuring skins and lots of functionality. Expertly programmed and ideal to learn from.

    这是一个非常好的MP3播放器,支持界面皮肤和许多功能。非常适合于学习编程。
    来源: http://www.zarr.net/vb/download/codedetail.asp?code=114 

    225. Read Binary Files in ASP - Since the FileSystemObject deals only with text files, and since we cannot open a binary file in ASP with a VB syntax, it appears we must work around the problem of dealing with binary data in ASP. This is a demo of one of the approaches.
    由于FileSystemObject 只能处理文本文件,我们不能用VB语法在ASP中打开一个二进制文件,而我们在ASP中必须处理二进制数据。这个代码显示了解决这一问题的一种方法。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=752 

    226. Hunt Err - an error handling solution for Visual Basic HuntERR.Bas is Visual Basic library implementing functional support for the solution. It is FREE and a powerful, efficient, consistent and flexible error handling solution in Visual Basic.

    Hunt Err是用于Visual Basic的一个错误处理应用程序。对于这个应用程序来说,HuntERR.Bas是Visual Basic库执行的功能性支持。它是免费的,它也是用于Visual Basic的一个强大、有效、一致和灵活的错误处理应用程序。
    来源: http://www.zarr.net/vb/download/codedetail.asp?code=143 

    227. Execute SQL Commands against an Oracle D - This program is designed to Connect to a Oracle Database and run SQL Statements or predefined SQL code by using command buttons. I hope this is helpful to others as it was helpful to me.
    这个程序旨在连接到一个Oracle数据库,并通过使用命令按钮运行SQL语句或者预先确定SQL代码。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=5712 

    228. Structure of Access-2000 table in text f - Use this .EXE Program to extract all the tables, their fields and datatype from an .MDB file.

    这个程序可以从.MDB文件中提取所有的表,它们的字段和数据类型。
    来源: http://visualbasic.ittoolbox.com/code/d.asp?d=1694&a=s 

    229. Registry Reader for Remote Computers - This is a rewrite of a program on this site. The ability to enumerate keys from a remote machine was added.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=3377
    这个程序用于读取远程计算机的注册表,这是这个网站中一个程序的改写版本。增加了列举远程计算机中的注册表的键的能力。 

    230. Subclass Keyboard and Mouse Events in Ot - This application tracks keyboard and mouse-related messages sent to windows in other applications. Version 2.0, release 03/16/01, now works in all versions of Windows.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=1610
    这个程序跟踪键盘和鼠标相关信息并发送到其它程序的窗口中。这是2.0版本,发布于03/16/01, 现在运行于所有的Windows版本中. 

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

      » 合 作 伙 伴