Backup tool for ms-access

Version Compatibility: Visual Basic 6


This code has been viewed 39219 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/0305/backuptool.zip

Archiving Program

Version Compatibility: Visual Basic 5 Visual Basic 6


More information: A file archiving program that operates much like WinZip (Note: Not compatible with Winzip). Demonstrates how archiving works, and how to create file associations.

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

A Simple to Use PDF Parser

Version Compatibility: Visual Basic 6


More information: The included download project is a simple interface to parse the encoded contents of a PDF file. There is a PDF file included in the download for testing, but you can select your own PDF as well.

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

A Mass File Renaming Project with Shell Integration

Version Compatibility: Visual Basic 5 Visual Basic 6


More information: XRen is a mass file renamer that has renaming features found in commercial software. It integrates into the system shell and becomes available by right-clicking file(s) or a folder. The VB6 source code contains two projects: 1-The shell extension context menu handler (DLL) 2-The program executable. After compiling both, run the executable and click "Options" then click "Register as a shell extension".

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

Sigma Explorer: Windows Explorer Alternative

Version Compatibility: Visual Basic 6


More information: A file manager program, like windows commander. It is better replacement for windows explorer. Features include Text editor, for easy and fast file opening; image and Wave preview; fast file search; ZIP/UNZIP support; and much more. You can learn a lot from it.

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

Paranoia Scripter: (Script Encoder)

Version Compatibility: Visual Basic 6


More information: Use PS if you wish to have some degree of protection to those precious scripts you spent hours creating. PS works with scripts hosted by WSH, Shell and Perl. PS encodes script literally; therefore it cannot be used for encoding scripts within web pages (.asp, .html). PS could be used by System Administrators to encode scripts on the users workstations. As with any encode/encrypt technology, there is no guaranty that the code cannot be broken. But for the average user it would be a hard task. In addition to hiding the content of your script, PS protects the integrity and prevents any modifications to the script code. To prevent unauthorized execution, scripts can be protected with password.

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

Hexadecimal Editor - View/Edit Binary Files

Version Compatibility: Visual Basic 6


More information: This package contains two Binary File Viewers/Editors: BinFileEdit1 and BinFileEdit2. BinFileEdit1 is designed for slower machines; BinFileEdit2 is for faster ones. Both applications allow you to view/edit binary and text files, with both hex and character search facilities fully functional, and you can print any displayed page (each page upto 512 bytes, showing byte positions, hex and characters).

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

Folder Space and Data Analyzer/Browser

Version Compatibility: Visual Basic 6


More information: Space and Data Analyzer is a comprehensive folder size comparison tool. Can be extremely useful for an NT Administrators. Here are a few examples to better understand what does it exactly do:

Lets say you have five application servers with \Apps share. And you need to keep this share (or at list some folders on it) in sync. How would you know if somebody changed configuration files for some application on one of the servers? Analyzer in matter of minutes (well, that depends on the share size) will find the subfolders size difference, inside the specified folder on any number of servers or workstations. Going further Analyzer will locate exact file(s), that do not match on any two servers at any tree level starting with the folder you began your query for.

The other way to use Analyzer is to compare folders size with previously saved value for any single server. This is a good way to keep an eye on your users home folders and see the size increase, or decrease pattern.

Analyzer can be simply used to browse folders and files, much like an explorer, only presented in the Grid Table. The main advantage is that it can browse through two or more hosts simultaneously, instantly drafting total subfolders size and mark the folder if it does not exist on any host. Use files extension filter to present only files you are interested to see and compare them. Additionally you can open any folder from the table with an explorer, see files and folders properties, run or view files, and get a command prompt to the folder (path will be mapped automatically).

Tables can be saved as excel files, or as Tab-Delimited text files.

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

Find And Replace Phrase v1.1 (.NET)

Version Compatibility: Visual Basic.NET


More information: I've made this tiny application to help all users and especially developers to append their files rapidly without the need to open the files one by one. This is really helpful if you have a bunch of files that you want to replace some specific word/phrase within the files with another word/phrase.

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

File Replicator 1-2-3 v2.0

Version Compatibility: Visual Basic 6


More information: Replicator 1-2-3 is similar to a robocopy, but has GUI and replicates files of folders to multiple hosts at once. It comes handy when you need to quickly update files with a new version or simply push a script or utility to your desktop machines, or servers. Run Replicator in a test mode to see what exactly will be replicated or mirrored. Full-featured command line options support running replicator from a batch. Note: Some functions require ADSI v 2.5

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

BitBlt Game Programming Tutorial

Version Compatibility: Visual Basic 6

More information: Learn every aspect of BitBlt Win Api Game programming. Geared toward beginners, but includes basic and advanced topics such as Collision detection and AI. The package includes two projects: the tutorial and a sample game which implements concepts discussed in the tutorial.

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