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

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

-= 更多 =-
  • 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>

    1431. Read And Write From INI File Demo - Demo of how to read from and write to .ini file using GetPrivateProfileString and WritePrivateProfileString APIs for beginners.
    为初学者演示了如何使用GetPrivateProfileString和WritePrivateProfileString APIs来读取和编写.ini文件。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=4578 

    1432. Simple INI ReadWrite Module - This module allows you to read and write keys and values to .ini files using the GetPrivateProfileString and WritePrivateProfileString family of API functions. A sample clients is included. Good for cases where you need basic .ini functionality but don't want to deal with declaring and calling the API functions.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2035
    这个模块允许你使用读取和编写关键字和值到.ini文件中,它是通过使用AI函数中的GetPrivateProfileString和WritePrivateProfileString等来实现这一点的。包括一个示例的客户端。当你需要使用基本的.ini功能,而又不想处理声明和调用API函数时,使用它是很好的。 

    1433. Read a Text Files Contents Using System. - This simple demo illustrates how to read a text file in VB.NET using the FileStream and StreamReader objects from the VB.NET System.IO library.
    这个简单的图例演示了如何在VB.NET中使用它的系统IO库中的FileStream 和StreamReader对象来读取一个文本文件。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=2014 

    1434. POP3 Client to List Emails and Delete Th - This application allows you to login into a POP3 server, list all e-mails on that server and delete the e-mails of your choice off the server. This is a great tool for a number of purposes, such as screening for spam. The application as written does not display the message body, but because messages are encapsulated into a CMessage class which includes a MessageBody property, it would be easy to add this functionality.
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=3403
    这个应用程序允许你登陆一个POP3服务器,列举所有的服务器上的邮件并从服务器上根据你的选择删除邮件。这是一个非常好的工具可用于多种目的,例如对于垃圾邮件的扫描。 

    1435. Drag and Drop Demo - This is a simple demo application illustrating the use of the OLE Drag Drop method. It contains a list box, from which you can drag items to a user-defined recycle bin. The recycle bin can be emptied, and items from it can be restored.
    这是一个简单的演示应用程序,演示了OLE拖放方法的使用。它包含一个列表框,你能从这条目能被恢复。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=1874 

    1436. Datadump - Datadump is an application for Creating DataDump Text File Along With SQL Script [Insert Statements] From Any Accessible SQL Server Database For Saving (Data Backup) And Restoring Data. Can Be Used For Uploading Data To Remote Server Using Query Analyzer

    Datadump这个程序用于创建数据转储文本文件,提供了对任意可访问的SQL服务器数据库的SQL脚本支持,用于保存和恢复数据。可以用于使用查询分析器来上传数据到远程服务器。
    来源: http://sourceforge.net/projects/datadump/ 

    1437. Redmake - Redmond's mistake now has a solution. Redmake can scan Visual Basic Project files, create makefiles and manage your build process.

    Redmond的错误现在已经有了一个解决方案。Redmake可以扫描Visual Basic项目文件,创建makefile,以及管理你的创建过程。
    来源: http://sourceforge.net/projects/redmake/ 

    1438. ShutDown,Logout,ReBoot and <-----Force - Ability To Shutdown,Logout & Reboot your PC and also to Force all of the above with out asking to save can be used to force a user only to use the pc for a period of time.

    使用这个程序可以关闭、注销、重启动你的PC,也可以强制进行以上操作而不询问是否保存,这样可以限制用户只能使用PC一段时间。
    来源: http://visualbasic.ittoolbox.com/code/d.asp?d=1888&a=s 

    1439. Drawing Lines to Grid Points, with Snap - This demo app contain a form module with code .
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=1240
    这个演示应用程序包含一个带有代码的窗体模板。可以用线绘制网格点,并对齐到网格。 

    1440. Database Operations Using Automatically - This is demo application that demonstrates powerful database functionality of database class automatically generated by CLASSter 2.0. Demo is for MS SQL Server, but CLASSter supports now MS Access, Sybase and Oracle server. Powerful features implemented by class - executing stored procedures, parameterized SQLs, multiple recordsets, batch execution, XML processing. The class code shows full implementation of these features.
    这是一个演示应用程序,演示了由CLASSter 2.0自动生成的强大的数据库类的功能。演示程序用于MS SQL服务器,但是CLASSter支持now MS Access, Sybase和Oracle服务器。由类实现的强大功能包括-可执行的存储过程,参数化的SQL,多个recordsets,批执行,XML处理。这个类代码展示了这些功能的完整实现过程。
    来源: http://www.freevbcode.com/ShowCode.Asp?ID=4282 

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

      » 合 作 伙 伴