create, edit and save a word document


Author:
Anonymous
Category: Office/VBA
Type: Applications
Difficulty: Intermediate

Version Compatibility: Visual Basic 6

More information: code explanation to create, edit and save a word document

This code has been viewed 26172 times.

Instructions:
Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

ดาวน์โหลด Source Code และตัวอย่างที่นี่

Source/docCreateEditSaveWordDocument.zip

Calendar Implemented in Excel/VBA

Author: Franco Quaranta
Category: Office/VBA
Type: Applications
Difficulty: Intermediate

Version Compatibility: Visual Basic 6

More information: This is a calendar implemented in Excel using Excel Visual Basic. It includes one custom calendar implemented in VB and also the system calendar.

This code has been viewed 58719 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

ดาวน์โหลด Source Code และตัวอย่างที่นี่
Sample: source/Kalender.zip

Advanced Selection Tools (Rectangular, Elliptical, Polygon, and More)

Author: Malcolm Ferris
Category: Screen/Graphics
Type: Applications
Difficulty: Advanced

Version Compatibility: Visual Basic 5 Visual Basic 6

More information: Advanced marching ants selection code which shows you how to make a feature rich selection tool for graphics apps, features include, progressive mask creation, rectangular selection, elliptical selection, polygonal selection, multiple undo and redo levels, save and load masks from/to file.

This code has been viewed 60173 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents

source/selections2.zip

3D Sample Applications

Author: Tanner Helland
Category: Screen/Graphics
Type: Applications
Difficulty: Intermediate

Version Compatibility: Visual Basic 5 Visual Basic 6

More information:
This .zip file contains three applications which illustrate the basics of rendering 3D images using VB's graphics methods. A readme file explaining the underlying logic is included.

This code has been viewed 121733 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents

code/3Dprogramming.zip

Automate Windows File Indexing Service (Windows 2000/XP)

Author: mfaraj
Category: Windows 2000/XP
Type: Applications
Difficulty: Advanced

Version Compatibility: Visual Basic 6 .0

More information: This is first trial to control indexing service by visual basic. The project is a starting point for indexing large folders for quick search. Try it and discover the power of this service. This project works on Windows 2000, XP, and 2003 server.

This code has been viewed 35931 times. .

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.




source/indexing_service.zip

Computer Viewer/Verifier For Windows NT/2000

Author: Shane M. Croft (Featured Developer)
Category: Windows 2000/XP
Type: Applications
Difficulty: Advanced

Version Compatibility: Visual Basic 5 Visual Basic 6

More information: This application uses ADSI 2.5 and WMI to allow you to select any domains available on the network and view hardware information about them. You can save information about each machine into a local database if you want to limit monitored machines to a subset; this also allows you to verify that the configuration of the machine has not changed at a later point.

Windows 2000 or Windows NT with ADSI 2.5 installed is required to use this program. Also, you have to be logged on as an admnistrator to use the program.

This code has been viewed 55321 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

code/CS_Computer_Verifier_NT_2000.zip

Advanced Task - Places on your desktop.

Author: Mohammad AlianNejadi
Category: Windows 2000/XP
Type: Applications
Difficulty: Advanced

Version Compatibility: Visual Basic 5 Visual Basic 6

More information: A style that feels you better of your desktop with some useful features like: A powerful Alarm remineder, Picture view with slide show and easy change wallpaper, Shortcut menu. I has a very beatiful scene and also the advantage of this application is that it has an update system that when new updates are ready it reminds the user to get new vesion.The thing that you should know before using it that: I've written it in my school days in 5 months and if you see sth not working and many varibals, don't care about them and Excuse me!!!

This code has been viewed 53128 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

Source/MiscAdvanvedTaskBarForUpload.zip

Administer NT/2000 Users, Computers, and Domains Using ADSI/WMI

Author: Shane M. Croft (Featured Developer)
Category: Windows 2000/XP
Type: Applications
Difficulty: Advanced

Version Compatibility: Visual Basic 6

More information: 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.

IMPORTANT: This application requires Windows NT 4.0 SP 5 or higher or Windows 2000 with ADSI 2.5 and WMI installed. VB6 Service Pack 4 is also required. If you are running NT, you can download WMI at http://msdn.microsoft.com/downloads/sdks/wmi/download.asp; WMI comes with 2000.

This code has been viewed 96804 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

code/CS_Tools_2.zip

Games of the General: Winsock Two-Person Game

Author: chito nuarin
Category: Network/Internet
Type: Applications
Difficulty: Intermediate


Version Compatibility: Visual Basic 6


More information: Two person game to be played over the internet, implemented using winsock control. Game instructions are in code's comments

This code has been viewed 30269 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents

source/GG.zip
Ckick here

Haunted Maze - (PacMan Style Game)

Author: Simon Price
Category: Multimedia/Games
Type: Applications
Difficulty: Advanced


Version Compatibility: Visual Basic 5 Visual Basic 6


More information: In this game, you try to collect "bones", while avoid being eaten by ghosts. The amazing thing about it is that it comes with many styles of games (i.e., different shaped mazes, different number of ghosts, different number of ghosts). There is even a maze editor to create your own games. I (FreeVBCode.com) personally found the maze editor a bit difficult to use with some bugs, but the game itself easily earns the Excellent rating on its own.

There is also an alternate 3D Version of this game available on this site.

This code has been viewed 59370 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

code/HauntedMaze.zip
Video show to make money

A beautiful card game

Author: Mohammad AlianNejadi
Category: Multimedia/Games
Type: Applications
Difficulty: Intermediate


Version Compatibility: Visual Basic 6


More information: A beautiful IQ card game which saves and opens games.

This code has been viewed 60543 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Source/GameCardGame.zip
How to make money (online 100%)

Random Terrain Generator

Author: Alan Buzbee
Category: Screen/Graphics
Type: Applications
Difficulty: Advanced


Version Compatibility: Visual Basic 5 Visual Basic 6


More information: Best if viewed with 16 bit color or higher.
Random Terrain generation for games and such.

This code has been viewed 51456 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents

code/terrain.zip
How to make money (online 100%)

Polar Graph 1.0 (games and animations also included)

Author: Aris Buenaventura
Category: Dates and Math
Type: Applications
Difficulty: Advanced


Version Compatibility: Visual Basic 6


More information: Polar Graph is truly amazing। At first, I thought it was just a simple graph but when I start to program it and add some settings so that I can able to change the appearance of the graph, I was amazed with the result। I have found out that some of the games and animation that I have seen they have used polar graph। I also found out that it has many uses, of course, it depends on you। In my submission, I have included three programs (1) the polar graph itself, (2) games and (3) animation. If you want to learn more about polar graph then try to use this code. If you are a game programmer or if you like to make a very nice animation then this is what you are looking for. By the way, the games that I have included also help you on how to create a simple game.

This code has been viewed 46455 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

Source/AppPolarGraph.zip
क्लिच्खेरे तो मके मनी

JC Persistent Framework: Abstracts Databse Layer incuding Transactions

Author: Juan Carlos Alvarez
Category: Database
Type: Applications
Difficulty: Advanced


Version Compatibility: Visual Basic 5 Visual Basic 6


More information: The JC Persistence framework written in Visual Basic 6.0 is intended to manage transactions in a transparent maner to the developer in any relational database, focused on Object oriented programming, mappings your objects with the database through an XML configuration file. Includes two test applications. See the intentions.txt file for more information.

Version 2.0, added 1/3/03, includes better support for transactions and new support for relations. Note: You must modify the XML file in the test/xml subdirectory to point to the full path of the Access .mdb (under test/base in the .zip file structure) included with the package. If you unzip to the C: drive root, the configuration should work without modification. To test, you should also add the .dll project to a project group containing one of the test projects.

This code has been viewed 42136 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

source/jcframework.zip
MakeMoney for yor

SQL Server and Access Viewer/Editor Version 2.5

Author: Kenneth
Category: Database
Type: Applications
Difficulty: Intermediate

Version Compatibility: Visual Basic 6

More information: Get records just by clicking tables/columns or perform custom SQL queries. For SQL Server, you can open either Local/Lan or Remote servers; for access, you can either scan databases on dyour computer or open a dialog to select one yourself. My goal is to expand this application as I learn how to work with other Databases such as for ex Oracle, MySql...

One tool for many kinds of databases to perform common tasks. It has automatic error reporting (to me) that sends an email with subject, and a body with error description, source and in what sub the error occured.

Version 2.5, released 12/03/01, contains some bug fixes and new functionality. Thanks to all who came with feedback/suggestions in the previous versions of this application. Please help me grow as a programmer and come with feedback/suggestions.

This code has been viewed 81631 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents

source/SQLServViewEdit.zip

Data Shaping and And Data Object Information Using ADODB and ADOX

Author: Brian Gillham (Featured Developer)
Category: Database
Type: Classes
Difficulty: Intermediate


Version Compatibility:
Visual Basic 5 Visual Basic 6
More information: This class allows you to obtain information about a database using ADOX, Microsoft's new extensions to ADO that allow you to set and read information about database objects such as tables, fields, and indexes. It also includes a function that returns a shaped recordset (a recordset that includes a child recordset as a column) without you having to write the complex SQL syntax for Shaping.

According to Microsoft's documentation, the Access JetOLEDB provider is the only one that fully supports ADOX. However, most of the the functions in the class have been tested with SQL Server 7.0, where they work fine. They should work with other providers (current and future) to the degree that they support the ADOX functionality included in this class.

Reviewing and using this class is an excellent way to familiarize yourself with Shaping and ADOX, which will undoubtedly soon become widely adopted technologies.


Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

code/ADOAccess.zip

SQL Server and Access Viewer

Author: Kenneth
Category: Database
Type: Applications
Difficulty: Intermediate

Version Compatibility: Visual Basic 6

More information: Get records just by clicking tables/columns or perform custom SQL queries. For SQL Server, you can open either Local/Lan or Remote servers; for access, you can either scan databases on dyour computer or open a dialog to select one yourself. My goal is to expand this application as I learn how to work with other Databases such as for ex Oracle, MySql...

One tool for many kinds of databases to perform common tasks. It has automatic error reporting (to me) that sends an email with subject, and a body with error description, source and in what sub the error occured.

Version 2.5, released 12/03/01, contains some bug fixes and new functionality. Thanks to all who came with feedback/suggestions in the previous versions of this application. Please help me grow as a programmer and come with feedback/suggestions.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
source/SQLServViewEdit.zip

SQL Server Database Control 1.0

Author: Issam Hijazi
Category: Database
Type: Controls
Difficulty: Intermediate
Version Compatibility: Visual Basic 6

More information: OCX that abstracts many aspects of interfacing with SQL server, both server management (e.g., starting, stopping the server) and displaying tables records and fields.

A sample project and documentation are included, and though both are a bit scattered, they should be enough to enable you to fully understand how the control works.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

source/sqlSDBC.zip

Family Address Book v3.0

Author: Omar Swan
Category: Database
Type: Applications
Difficulty: Intermediate


Version Compatibility:
Visual Basic 6
More information: (Author's Comments): This is the latest version of my family address book. This time around I mostly use ADO instead of DAO and now the user is allowed to add or remove any category of their choice. It also has a lot of new features such as Personal Contacts, Personal Internet Links, Search and Printing, Personal Reminders, and also Sending Email using the vbSendmail component found on this site.

(FreeVBCode's comments): Version 3.0, added to the site on 07/31/00, is a major enhancement over Version 2.0, which itself was an excellent program. Because you can now add and edit contact categories, this is really an all-purpose contact manager as opposed to just a "Family" Address Book. In addition, the user interface is much slicker, and there are many new features.
You must read the readme.txt file before using the program. You will need to get your initial user name and password from this file.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
code/family_v3.zip

Database Reporting Engine

Author:Khachatryan Ashot

Category:Database

Type:Applications

Difficulty:Advanced

Version Compatibility: Visual Basic 6


More information: This application provides much functionality for creating data-driven reports, including preview, graphics, and formatting.

There is no documentation so you may have to work with it awhile, but there is a demo on how to use it, and the functionality is rich.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
source/PrinterEx_V7.zip

Convert your Code to Color-Coded HTML (Access 97)

Author:Gary Walter
Category:Database
Type:Applications
Difficulty:Intermediate

Version Compatibility:Visual Basic 6

More information: Save your module code in a text file (or code less than 32767 chars can be copied to clipboard). Then you can use this database to import the code into the db. Set any lines you want to be red-flagged. Set HTML title, Home page address, webmaster mailto address, and HTML colors for comments, blue-words, and flagged lines.

Save the code to a complete HTML page with a list of all procs at top of page with links to them in the page. At end of each proc is a "back to top" link

At end of save, given the option to view page in your browser where you can print your code to a color printer or, for old-eyes like mine, increase text size

Other save options are to save just the HTML version of your code to a text file or to the clipboard which you can then just paste into your web page.

The latest version, added 10/07/01, includes a number of enhancements, including:

Added routine to open another database and get code modules directly from that database (including class modules). You can now select another db, get back a list of procedures in that db, and choose which procedure codes you want to convert to HTML.
Added form to change HTML Color Codes.
Corrected catching some reserved words that were being missed in previous version.


Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents

source/HTMLCode.zip

ASP Guest Book Version 2.0


Author:Anonymous
Category:ASP, HTML, and XML
Type:Applications
Difficulty:Intermediate
Version Compatibility: ASP


More information: The method I used to build this Guest Book allows to store records in a text file much like in a database. This text file is fully administrable through the admin page. ASP code demonstrates a text file manipulation using "fso" Access to administrator's page is protected with logon credentials in an encrypted password file. Although password can be changed directly from web page, I enclosed VB utility for creating or modifying this password file.
Version 2, released 3/3/03, is more easy to setup to match your website configuration. I have stripped graphics and buttons animation. It is still text file based and even faster now. The database text file path can now be easily changed via configuration file "modify.asp". The main advantage of a new version is that, it will match any website color palette in seconds. Just logon to the admin page and modify colors for 10 elements of the guest book.
Special Thanks to Lewis Moten for client side "Color Picker" core scriptlets. Note: The guest book is compatible with all browsers but Palette selector will only work in IE 5.5 and higher due to the client side VBScript.

View my choice of colors at: http://www27.brinkster.com/gurgen/newbook/default.asp

If you'd like to see the old version it is still there for a while: http://www27.brinkster.com/gurgen/default.asp
Good Luck!


NOTE: On NT/2000, don't forget to grant the internet anonymous user write file permissions for the .dat file. Once you do this, the application will run out of the box. See the readme.rtf file for more information.


This code has been viewed 60741 times.


Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
source/GuestBook.zip

ASP Chat Application Version 3.0

ASP Chat Application Version 3.0

Author:Brian Gillham (Featured Developer)
Category:ASP, HTML, and XML
Type:Applications
Difficulty:Intermediate
Version Compatibility:ASP

More information: Version 3.0 of ASPChatWorx, upgraded 07/05/2000, is a chat application implemented entirely in ASP and is ready to run immediately. All you need to do is create a virtual directory for the application, and copy the files from the .zip file into that directory. Refer to the readme.txt file for more information.
Note: Version 3.0 of the application works on IIS but not PWS. If you want a PWS friendly version, download version 2.0
This code has been viewed 289790 times.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
code/ASPChatWorX30.zip