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

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 108918 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

Submit a Web Site to Multiple Search Engines (ASP Application)

Version Compatibility: ASP

More information: Add your link to 50 + TOP Search Engines. Enter your details only once and receive confirmation one by one as they accept you. All done through an ASP application, source included.


This code has been viewed 53948 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/website_submit.zip

Strip HTML tags from an existing HTML file (VB6 and up)

Version Compatibility: Visual Basic 6


More information: Note: Thanks to Paul King for fixing a bug in this program that caused it to strip away <> characters that were part of the content rather than the HTML (07/10/2001).

At http://www.freevbcode.com/ShowCode.Asp?ID=110, there is an example that strips HTML tags from a string and optionally saves the output to a text file. This application offers an alternate method. As compared to the other example, this application:

Provides a complete UI for opening the file, displaying the HTML, stripping the tags, and saving. The other example is a function that strips tags from a string and optionally saves to a file via a parameter provided to the function.
Because of the UI, you can edit the resultant text, or run the strip procedure again, if you don't like the output. With the other example, you would have to build a UI yourself to do this.
This example runs faster. On the other hand, the other example tries to do more, including output tables intelligently, display numbered and bulleted lists, and convert all special character codes (this one converts the more commonly used special character codes).
Neither example is perferct in all cases (which would be impossible) but both should work fine when the HTML is well formed
This examples requires VB6; the other does not.
It is recommended that if you need this functionality, you look at both examples and determine which is best for you.
This code has been viewed 78010 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/StripTags.zip

Streaming XML News, Weather, and Stock Quote App v 2.0

Version Compatibility:
Visual Basic 6
More information: This application is an example of using live xml feeds to recieve news, weather information, and stock quotes. Version 2.0, release 09/05/01, includes a number of changes and upgrades. The app is now driven from the system tray; there is no longer a visible main form. Weather information was added in version 2.0 and the news search functionality is improved. Also included are some bug fixes and code cleanup.
This code has been viewed 61893 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/XMLNews.zip

Send E-Mail via ASP without CDONTS Version 1.5


Version Compatibility: Visual Basic 6 ASP
More information: This package includes ASP code to write e-mail messages to file and a VB application that checks these files for messages at specified intervals and sends them.

This solution is useful if you don't have CDONTS installed on your web server, or you want to send e-mail asynchronously without loading an object into IIS's process space.

The included documentation explains how the solution works, how to implement it, and provides an example. You need to review this documentation carefully to understand how the solution works.


Version 1.5, released 08/02/2000, includes a number of improvements to the original version, as described by the documentation.

This code has been viewed 182239 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/Mailer.zip

FreeVBCode Code Browser


FreeVBCode Code Browser
Version Compatibility: Visual Basic 6



More information: This is a small application that makes use of the IE Webbrowser control, and it's DOM to create a browsable tree view of the code on this web site.
This is more of a feeler to see if such a thing is useful. Currently cannot search, no forum support and code can only be viewed from it's sub categories (beginner, intermediate, advanced, snippet, application etc..) and not all the entries. However, does have the advantage of eliminating pop-up and banner ads. Also very good illustrationg of applying the DOM to HTML.


Code is commented and may provide useful information about using the HTML DOM. Including getting around the problem of the .href property not always working for document.links(n).href.
This code has been viewed 93675 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/FreeVBCodeBrowse.zip

A simple chat program

Version Compatibility: Visual Basic 6




More information: This is an application for creating an IRC chat server. Very easy to use. Simply open the Visual Basic Project file (cab_irc.vbp), and run the project. Be sure to click enter at the splash screen.

This code has been viewed 103931 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.


Download
Haunted Maze 3D Version (Pac Man Style Game)
Author: Simon Price
Category: Multimedia/Games
Type: Applications
Difficulty: Advanced


Version Compatibility: Visual Basic 5 Visual Basic 6


More information: New features include improved enemy AI, improved level designer and new 3D mazes. According to the author, this application is better for AI and 3D demonstrations, but for pure game playing fun, the original might be preferable.

This code has been viewed 59060 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/HauntedMaze2.zip
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 56748 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
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 52245 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

Calendar that Runs In the System Tray.

Author: Byce Jacob
Category: Dates and Math
Type: Applications
Difficulty: Advanced

Version Compatibility: Visual Basic 6

More information: This is a calender application that runs in the system tray. It illustrates the following. 1: How to read & write from the registry & .ini files. 2: How to format Date & Time the way you want. 3: How to create Tray Icons with right click Menus. 4: Shutting Down & Rebooting Windows. 5: Creating & Saving a log file. 6: Use of the DTPicker control

The program will automatically load into your system tray. You can even have it startup when windows starts. Included is a basic HTML Help File (.chm). Make sure you Register the .ocx file using regsrv32 (or run the .vbg, which includes the .ocx).

This code has been viewed 82321 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/Calendar3.zip

Calendar for Months between Year 1899 to Year 2101

Author: Anonymous
Category: Dates and Math
Type: Applications
Difficulty: Intermediate

Version Compatibility: Visual Basic 6

More information: A fully functional calendar for months between Year 1899 to Year 2101. The user can change Month and/or Year from the respective dropdown lists or by clicking the increment/decrement buttons next to them. To-day's date is always marked with a different background color. The user can mark a particular date by clicking on it - the marked date remains the same although its position may change after changing the month pages.

This code has been viewed 81136 times.

Instructions: Click the link below to down
load 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/Calendar.zip