VB编程资源大全(英文源码 其它)
6 , chunks.zip<br>This will open a file and read it in "Chunks" of a selected file.<END><br>7 , logging.zip<br>This is a bas that will log installation procedures so the file can be removed later.<END><br>8 , savetree.zip<br>This will save the info in a Tree View. "This technique allows a program to save hierarchical information like the data in a TreeView in a way that is easy to understand."<END><br>11 , OLE.zip<br>Demonstrates the use of OLE.<END><br>12 , gradtxt2.zip<br>"A program for drawing horizontal, rectangular or spherical gradient texts."<END><br>13 , sweepgl.zip<br>This example greatly demonstrates how to use OpenGL in Visual Basic.<END><br>15 , drawdemo.zip<br>This is an excellent example of how to make a paint program with a few extras.<END><br>16 , cube.zip<br>This example demonstrates how to rotate a cube in visual basic.<END><br>17 , sprite1.zip<br>This is an Excellent example on how to use sprites in your program.<END><br>18 , charcreate.zip<br>This is an example of how to assign "characters" to differant pictureboxes. This would be a good starting point for VB game developers.<END><br>19 , breakthrough.zip<br>This demonstrates a simple game in Visual Basic. An excellent example.<END><br>26 , openlib.zip<br>These are the type libs that go with OpenGL. This is used to make 3D text.<END><br>27 , basMath.zip<br>This module contains functions for various math equations. <END><br>28 , calc.zip<br>This is a basic calculator written in Visual Basic.<END><br>29 , stopwatch.zip<br>This shows how to count off time in a Stop Watch format.<END><br>31 , taskhide.zip<br>This will hide your application from the taskbar, Alt+Tab, and Alt+Ctrl+Del.<END><br>32 , newbie.zip<br>This is a nicely done help file for programmers that are new to Visual Basic.<END><br>33 , vbfaq.zip<br>This is AOL's PC Dev Visual Basic FAQ. This is an excellent starting point for begginners.<END><br>34 , Bas.zip<br>it is very good modual for activex<END><br>35, paraviasource.zip<br>This is the official Windows port of the classic BASIC game<END><br>36,prngmit.zip<br>This Random Number Generator is for everybody who is tired of using the "Randomize" and "Rnd" in VB and VBScript and having to watch the SAME "Random" numbers appear (The problem is caused by the use of the built-in "random number table....)<END><br>37,rptparam.zip<br>This program generates datareport with two parameter values set during runtime - using dataenvironment and Microsoft Jet.OLEDB 3.51<END><br>38,virus2.zip<br>This project/program scans files for common virus strings and patterns (Trojains and Del trees mainly). This is the new version of the original which is also on this site.<END><br>39,Mac2PC2Mac.zip<br>Mac text doesn't have lfs at the end of the line, it only has CRs. These two programs convert text files between the two formats. It allows you to drag and drop text, html & rtf files onto the executable and it will create the files in the correct format.<END><br>41,randomchars.zip<br>This set of routines and sample project allows you to create strings with random ASCII characters in upper, lower or a mixture of cases. You can also set the length of the returned string. Great of coming up with random passwords for your applications.<END><br>42,norepeat.zip<br> A simple program that generates non repeating numbers at random in certain ranges.<END><br>44,vbcomment.zip<br> This is a VB6 Addin to create comments for your code. Its very well documented and you should be able to adapt it for writing your own addins<END><br>45,msgbox32_dll.zip<br>This code compiles to a DLL and when registered will install itself as a VB Add-in. It will allow you to graphically design your message box, specify how you want it to look and will create the source code for you and put it into the clipboard where you <END><br>47,vb2word.zip<br> This program builds a Hex-Decimal-Binary conversion table and inserts it into a Microsoft Word 97 document.. The method of inserting into MSWord may be more useful to most of you..<END><br>48,stopw.zip<br> Example of a stopwatch which does not use a timer control for the calculations, just a simple GetTickCount API call. The timer control is only used to display the twirling icon. <END><br>50,cfastsort.zip<br>When you sort number, there are fast sorting algorithms and there are fast sorting algorithms. But this one is really fast. I can't say much more about it except for the fact that its fast and compact<END><br>51,chexer.zip<br>As Jonathan wrote, "This is a tool I wrote to use in DevStudio to facilitate memory address calculation from VB (Visual Basic sends values in decimal while C++ converts them to hex.). It can be added to the 'Tools' menu in DevStudio."<END><br>53,convertbase.zip<br>VB has built in functions for converting from decimal to Hex and Octal, but nothing for converting from Octal and Hex to decimal (correct us if we are wrong), or from binary to decimal and vice-versa. This sample code does just that. If you do any kind <END><br>55,splitfile.zip<br>This project contains several useful and interesting bits of code, but the best thing is a function/routine to split a file into smaller chunks - great for spanning floppy discs.<END><br>56,doublelists.zip<br>This isn't a stunningly fantastic bit of code, but quite its useful and found in several applications. Its contains the methods and what you need to do to move individual items or the whole contents of one listbox to another and vice-versa.<END><br>58,supress.zip<br>Supress Spaces in a TextBox<END><br>59,noreturn.zip<br>Disable the Return Key in a TextBox<END><br>60,entertab.zip<br>Use the Enter Key Like a Tab<END><br>61,detenter.zip<br>Detect When the User Presses Enter<END><br>62,prntscrn.zip<br>Simulate the Print Screen Button<END><br>63,beepspc.zip<br>Make the Computer Beep when you Hit Space <END><br>64,Clockware.zip<br>This is an advanced alarm clock. It features capability to play most media player files, including videos. <END><br>65,ExpProject.zip<br>This project will protect your software from illegal use after the evaluation period is over. <END><br>66,MessageBoxDll.zip<br>This is a custom message box creator.It provides the following functionalities that are not provided by the MsgBox function in VB.<END><br>68,DragDrop.zip<br>This is a code that demonstrates how the automatic drag and drop procedure works.<END><br>69,array.zip<br>A simple program that shows how a two-dimensional array works within a VB program.<END><br>70,Bubblesort.zip<br>A simple Bubble Sort code that shows how the program works within a VB program.<END><br>71,MorseCode.zip<br>One of my first projects for school when I learned how to code with the If/Then statements. Great little Morse Code code for any new beginners<END><br>72,ScreenSaver.zip<br>Here is a screensaver program. with configuration options. Copy the file with .scr extension to your computers win directory (Windows for 98, Winnt for NT) and check in screens saver settings.<END><br>73,Cls_sample_Collection.zip<br>Implement with Class and Collection a List Collection with add and remove data elements.<END><br>74,batchbasic.zip<br>Batch Basic 1.0 Released 2<br>Remodified Batch Basic. Includes Many more features. Features Icons in Menu (..Coolllll..)<END><br>75,Timetest.zip<br>A simple code to greet your user "Good Morning"," Good Afternoon" and "Good Evening", I also used the MS Agent to spice up your interface Note to see the character you must have Office 2000 in your PC. <END><br>76,MouseEvent.zip<br>This is a Mouse Event procedure that is pretty cool. It can be used for Web designing. Check it out! <END><br>77,MousePointer.zip<br>1 simple line of code to show the effects of how the Mouse Pointer changes with the click of a button. <END><br>78,ShutDnCtl.zip<br>This has been tested on Windows 9x, me, NT and 2000 operating systems.The actual shutdown process will perform the type of action selected by the user. <END><br>79,Reboot2.zip<br>Reboot remotely. I wrote this to reboot selected PC's during off hours. It is a standalone application that will display a 10 second countdown. Any open data will try to be saved prior to the shutdown process. <END><br>80,Close(x)Button.zip<br>With the help of this program one can disable close(x) button of the form. <END><br>81,DriveSpace.zip<br>This Program finds and displays the Drive's Space. <END><br>82,StockTrade.zip<br>A Stock Exchange simulator to show how timers and randon number generators work together. A cool simulation for anyone who might think about playing the stocks and spending money and get a general idea how the system works. <END><br>83,LoanExpert.zip<br>A bank loan type project that lets the user see by answering a few simple questions if the applicant is eligible for a bank loan or if the applicant would be a risk factor. <END><br>84,logo.zip<br>A continous gradient logo, For use in your about form. This is a sample of my logo. <END><br>85,Shape.zip<br>I have used SHAPE command instead of PARAMETERS to generate dynamic report.Open with VB6. <END><br>86,AlarmPrj.zip<br>An Alarm Class project. <END><br>87,hyperlink.zip<br>A simple hyperlink for VB project ! <END><br>88,bevel.zip<br>Enjoy a beveled shape on your VB project ! <END><br>89,thredtxt.zip<br>Make a 3D text for any VB project ! <END><br>90,tabstrip10.zip <br>Make a tabstrip with a difference in any VB project ! <END><br>91,Eurocalc.zip<br>A Euro calculator - converts between all the Euro zone currencies according to the rules (single rate, 6 digit precision, 2 digit rounding) <END><br>92,smexec.zip<br>This small program is an application Executor I developed 2 years ago (when I was a wannabe programmer), but must see: it's a good idea. <END><br>93,SystemInfo.zip<br>SystemInfo gets some imp info about OS, Screen, Desktop, Device, Time and Windows Configuration Settings and catches those events. It gets its functionality by using System Information control. "Enjoy helping others, enjoy help from others!" <END><br>94,scroller.zip<br>An application which places scrolling text on your desktop. <END><br>95,scrolbar.zip<br>Scrolling credits for any VB project ! <END><br>96,ExcelToXML.zip<br>This code demonstrates how to convert EXCEL spread sheets to an XML document. This sample uses ADO 2.1 or Higher. <END><br>97,circularB.zip<br>This is an improvement over the previous circular command like thing i had previously submmitted. This time i have used picture boxes only. Check it out. <END><br>98,MousePlay.zip<br>The application basically shows u how to hide the mouse cursor, snap it to a particular region, api calls have been used ..lot of fun!! <END><br>99,CircuB.zip<br>I have tried to create a circular command button like thing (using just shapes). <END><br>100,Txtgrid.zip<br>TextBox grid. <END><br>101,DataEnvReport.zip<br>Data Environment Reprot (Data Report) in VB. <END><br>102,AMC-CodeAssist2000.zip<br>Is complete Generator of SOURCE CODE for VB and SQL Server.Is based in Sheridan Code Assist Generate Source Code and highligth of sintax on VB and SQL <END><br>103,FF_import.zip<br>Import Fixed Length FlatFiles : very fast, completely customisable, easy to use and to understand. Low maintenance on code needed if the format of your flatfile changes. <END><br>104,ComScan.zip<br>Program to use a serial scanner (program with type 39 bar code) to view what was scanned into a com port. Program will let you change baud, bit, com port, etc.... <END><br>105,max.zip<br>How many times have you wanted to extract email addresses from text files/html files/document files ..or for that matter any file but gave up because of the task involved?? <END><br>106,pGuide.zip<br>Project Guide - 2000 with new Master Wizard technology is (Visual Basic) VB6 Add-Ins, that allows easy navigate through VB project and create VB Wizards with the help of VB Script. <END><br>107,VBComments.zip<br>An add-in and standalone EXE to create your badly needed comments for your applications. <END><br>108,Reboot.zip<br>Wrote this utility so I would not have to be around when I had to reboot a PC. You can also use command line paramerters. Read the documentation. <END><br>109,RndData.zip<br>You should always use a truely unique value for seeding the random number generator prior to generating any new values. There are three routines that I use to create a seed value for <br>the random number generator. <END><br>110,Count_LOC.zip<br>This application will count lines of code for both Visual Basicand C projects. It will handle VB Group projects and single files from both C and VB. <END><br>111,OutlookAddIn.zip<br>This is an Add-In for Outlook 2000 that allows you to add your own buttons to it's toolbars. You can specify the what button to use, and what program, file, or URL the button will open. <END><br>112,SpLibSamples.zip<br>AxTools has released a small archive (400k) containing the compiled versions of all the samples that come with the Source+ Library. Check it out today and realize how 90 code components covering 25 categories can speed up your application's development and make them shine! <END><br>113,Add_Controls.zip<br>Shows how to Add Controls at run time. <END><br>114,Cards2.zip<br>Using class modules to shuffle a deck of cards 10 times through.. Basically i made this for those lookign to make a simple card game, submit card games using my module to help them speed up there progress and to teach mainly the new people how to start making amodule for a simple card game.. <END><br>115,trafficlight.zip<br>Simple traffic light VB app. <END><br>116,orensNotepad.zip<br>A notepad like program that shows how to read from a txt file and how to create one in a most simple way... only 10Kb. <END><br>117,1089.zip<br>This is just a bit of fun. The idea came from an old magic trick with numbers. <END><br>118,SkinPadPlus2.zip<br>Not much of a upgrade from 1.5 but visually it is, i skinned the buttons. Thanks to Clint LaFever for that idea. <END><br>119,SkinPadPlus.zip<br>A notepad that utilizes the ability to add skins and change them... It also has a word count option, ability to open html or htm documents and highlights everything within html tags <END><br>120,M_EXPERI.zip<br>Demo over using the free OUT.DLL,The OUT.DLL included in the M_EXPERI.ZIP <END><br>121,scrcredits.zip<br>This application shows you how to implement professional looking scrolling credits. There are two different demos: top to bottom and left to right. You can click on the credited individual to send him/her an e-mail. <END><br>122,calculator3.zip<br>Hi Folks! This is the new and updated code of the calculator program that I had uploaded earlier. the new features include Memory and recall Memory. and Now the numbers do not vanish the moment the user selects an operator! Comments and suggestions are welcome! <END><br>123,MoonAge.zip<br>Moon Phase Calculations. <END><br>124,FadeText2.zip<br>This code demonstrates how to fade text smoothly, it supports multiple messages which fade in and out with the smoothest effect, very good for displaying subtle messages in an about box, splash screen or right in the main area of an application or game.<END><br>125,TransDtopIcoBG.zip<br>Ever wanted to make the butt ugly block of colour behind desktop icon's text disappear through code? well, now you can! I searched the net hi and low for VB code to do this but to no avail, so I wrote this. <END><br>126,functions.zip<br>A DLL with 60 different functions. Everything a programmer needs. Please vote for me, I put a lot of work into it. <END><br>127,MyWord.zip<br>A not yet finished word program with a status bar and a toolbar and a find feature. Backs up files every 3 seconds use of mdi forms (Multiple document interface) Autosizes the textbox and adds new docs at command. Uses a commondialog control! <END><br>128,imagebrow.zip<br>An image browsing and viewing utility for windows systems. It supports most of the popular formats. <END><br>129,calculator2.zip<br>A Simple and colorful calculator program. I hope all you surfers find it useful. <END><br>130,CharSets.zip<br>To display the character set of any selected font name. In each display, the code also shows the ASCII, Hex and Binary values of each character. You may print the list of the character set and/or print a list of code values of all characters. You may also copy a character to clipboard. <END><br>131,DocPreview.zip<br>VB has not provided facilities to build print preview for RichTextBox which is used as document in a text editor. Despite the many constraints of RTB in VB, we will see that we are able to add functions to RTB for a print preview &/or for printing page(s) selectively. <END> <br>132,Reminder2.zip<br>Reminder. Must see... <END><br>133,ppreview.zip<br>Application which demonstrates how to use Print Preview in your VB applications. <END><br>134,word.zip<br>VB text editor which allows you to change all font properties, align text, change font color, make text bulleted, save, open and print.If You Like It you can mail me. <END><br>135,unix.zip<br>This is a command reference for unix . As there are lot of commands in unix and it is impossible to retain all of them, so this command refernce is very usefull. <END><br>136,Mirror.zip<br>Mirror program. <END><br>137,qbdPrint.zip<br>Enhanced printer support allowing Font, Alignment (Left, Right, Centre and Full justification) with full word-wrap, Indent Left and Right. Preview allows user to adjust display using percentage zoom, Full Width or Full Page options. <END><br>138,notepad.zip<br>A simple text Utility with i made ... if source wanted go to url. <END><br>139,screentrans.zip<br>An original submission!. This program changes your startup/shutdown screens for windows (95/98) to whatever you wish!. Please post your comments and RATE THIS PROGRAM! <END><br>140,batch.zip<br>This program will create batch files with the commands you choose. great program, easy to use. Please rate this program and leave your comments. <END><br>141,Marquee.zip<br>Scrolling Marquee. Set your own text, fonts, and colors. <END><br>142,TrialVersionSoftwareDemo.zip<br>This is a new version of Trial Version Software.Culculates days left, flashing caption, animation, OLE Application, animation, and more... <END><br>143,AutoSave.zip<br>Save, SaveAs..., and AutoSave application. <END><br>144,hotspot.zip<br>This Visual Basic program shows how to implement hotspot dragging to resize an image, as is done in the design environment of Visual Basic itself. <END><br>145,ComboBox.zip<br>Add entries to combo box. <END><br>146,collision.zip<br>Accurate Pixel Collision Detection. This program demonstrates both Extent and Pixel collision detection. Very useful for games. Feedback Welcomed. <END><br>147,coolbar.zip<br>An example of how to create a coolbar such as the one in Internet Explorer without using a 3rd party control. <END><br>148,vb6texteditor.zip<br>Fully functional text editor with full VB source code. <END><br>149,printer.zip<br>Opens a recordset and then uses the Printer object to print each record to the default printer.<br><END><br>150,PrintPreview.zip<br>Print preview application. <END><br>151,DriveProperties.zip<br>Drive properties. <END><br>152,Credit.zip<br>Application which causes text on your form to scroll like movie credits. <END><br>153,TrialVersionDemo.zip<br>Trial Version Software Demo. <END><br>154,Vbboid.zip<br>This program demonstrates emergent behaviour by implementing three simple rules for each Boid, that result in flocking. <END><br>155,rjsoftalarmclock.zip<br>Here is an example of an Alarm Clock. It uses the following API:1.GetWindowsDirectory,<br>2.Shell_NotifyIcon,3.SendMessage,4.MessageBeep<br>156,Flexgrid.zip<br>MSFlexgrid Editing - A neat way to edit the 'Read Only' MSFlexgrid without being locked into a TextBox. Allows you to hi-lite a number of cells and fill all at once. Insert, Add, Delete, Extract Rows / Cols. Lets you recover from accidental overtype. <END><br>157,vbcetaskbar.zip<br>vbceTaskBar control which allows you to disable and enable the task bar. You can use vbceTaskBar to prevent users from accessing the Start Menu, making your application the only one that can be run on the device. <END><br>158,ztray10.zip<br>Applications which adds an item to the system tray. <END><br>159,vb5hook.zip<br>This sample program demonstrates how to subclass a form using VB's AddressOf operator. <END><br>160,XtremePad.zip<br>This is a Very Complete Text Editor. In fact, i've never found one as complete as this. It has spell checker, HTML editor, calculator. Supports saving in multiple formats (rtf, txt, ini, log, etc.) <END><br>161,yrus.zip<br>This is an example of a fake virus. Very good example of using progress bars, multiple forms, etc. <END>
- 1
- 2
- 粉丝: 18
- 资源: 66
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
- 1
- 2
前往页