Description
Filesize
Creation Date

.NET Framework 1.1
22782400
7/18/2006 11:00:00 PM

.NET Framework 1.1 SP1
10548727
8/22/2007 11:24:00 PM

.NET Framework 2.0
23427286
7/18/2006 10:59:00 PM

.NET Framework 2.0 SP2
38410652
8/22/2007 11:31:00 PM

.NET Framework 3.0
2909593
8/22/2007 11:19:00 PM

.NET Framework 3.5
2717637
8/22/2007 11:30:00 PM

Access 7.0 ODBC Driver Registry Wizard (Odbcreg.exe)
477037
4/20/2003 5:24:00 AM
The Odbcreg.exe file contains a Microsoft Access Add-in for managing the Windows registry entries associated with the Microsoft Jet database engine ODBC Driver.

Automatic Log File Updater
1696
Sun 25 Dec 2006 00:00:00
Keep any two files synchronized automatically. Just run the program and when the first file is updated (at the end only) by anything or anyone the second file will receive the update also. Contains VB Source code.

Automatic OS Updater (All Windows Versions)
34153918
Thu 30 Jul 2008 01:03:00
The Automatic OS Updater (Full Version) will detect your OS and then installs the VB Runtime files MDAC 2.8 MDAC 2.0 and Jet Engines 4.0 (Access 97 and up) and 3.51 (Access 95 and 97). This you might want to include in your packages to make sure that the users computers are current before installing your app. You can run the utility silently with no user intervention by including the /VERYSILENT /NORESTART switches in your command line. This package can usually fix the problems that some software vendors create when they force old dll/exe/ocx files onto your computer (Yes they do that!!! I could name a few but they would not be too HAPPY about it!!!). Just install this package after you install their software and your troubles should disappear.

Automatic OS Updater (NT 4)
21268575
Thu 30 Jul 2008 01:03:00
The Automatic OS Updater (Windows NT) installs the VB Runtime files MDAC 2.8 MDAC 2.0 and Jet Engines 4.0 (Access 97 and up) and 3.51 (Access 95 and 97). This you might want to include in your packages to make sure that the users computers are current before installing your app. You can run the utility silently with no user intervention by including the /VERYSILENT /NORESTART switches in your command line. This package can usually fix the problems that some software vendors create when they force old dll/exe/ocx files onto your computer (Yes they do that!!! I could name a few but they would not be too HAPPY about it!!!). Just install this package after you install their software and your troubles should disappear.

Automatic OS Updater (Windows 2000)
20354957
Thu 30 Jul 2008 01:03:00
The Automatic OS Updater (Windows 2000) installs the VB Runtime files MDAC 2.8 MDAC 2.0 and Jet Engines 4.0 (Access 97 and up) and 3.51 (Access 95 and 97). This you might want to include in your packages to make sure that the users computers are current before installing your app. You can run the utility silently with no user intervention by including the /VERYSILENT /NORESTART switches in your command line. This package can usually fix the problems that some software vendors create when they force old dll/exe/ocx files onto your computer (Yes they do that!!! I could name a few but they would not be too HAPPY about it!!!). Just install this package after you install their software and your troubles should disappear.

Automatic OS Updater (Windows 95 & 98)
29714627
Thu 30 Jul 2008 01:03:00
The Automatic OS Updater (Windows 95 & 98) installs the VB Runtime files MDAC 2.8 MDAC 2.0 and Jet Engines 4.0 (Access 97 and up) and 3.51 (Access 95 and 97). This you might want to include in your packages to make sure that the users computers are current before installing your app. You can run the utility silently with no user intervention by including the /VERYSILENT /NORESTART switches in your command line. This package can usually fix the problems that some software vendors create when they force old dll/exe/ocx files onto your computer (Yes they do that!!! I could name a few but they would not be too HAPPY about it!!!). Just install this package after you install their software and your troubles should disappear.

Automatic OS Updater (Windows Me)
22961446
Thu 30 Jul 2008 01:03:00
The Automatic OS Updater (Windows ME) installs the VB Runtime files MDAC 2.8 MDAC 2.0 and Jet Engines 4.0 (Access 97 and up) and 3.51 (Access 95 and 97). This you might want to include in your packages to make sure that the users computers are current before installing your app. You can run the utility silently with no user intervention by including the /VERYSILENT /NORESTART switches in your command line. This package can usually fix the problems that some software vendors create when they force old dll/exe/ocx files onto your computer (Yes they do that!!! I could name a few but they would not be too HAPPY about it!!!). Just install this package after you install their software and your troubles should disappear.

Automatic OS Updater (XP)
19824049
Thu 30 Jul 2008 01:03:00
The Automatic OS Updater (Windows XP) will detect your OS and then installs the VB Runtime files MDAC 2.8 MDAC 2.0 and Jet Engines 4.0 (Access 97 and up) and 3.51 (Access 95 and 97). This you might want to include in your packages to make sure that the users computers are current before installing your app. You can run the utility silently with no user intervention by including the /VERYSILENT /NORESTART switches in your command line. This package can usually fix the problems that some software vendors create when they force old dll/exe/ocx files onto your computer (Yes they do that!!! I could name a few but they would not be too HAPPY about it!!!). Just install this package after you install their software and your troubles should disappear.

Automatic OS Updater - Manual - (All Windows Versions)
81746722
Thu 30 Jul 2008 01:03:00
The manual updater will detect your Operating System and give you the appropriate selections for you to install on that OS. Not all selection should be installed it truly depends on what you want to accomplish. Let's say you want to get ADO database connectivity to an Access 97 and Access 2000 database. You would want to select the MDAC 2.0 installation and the Jet components 3.51 and 4.0 (MDAC 2.8 will automatically be installed first if MDAC 2.0 is selected).

Broadcast Using Winsock Control
1701
Sun 25 Dec 2006 00:00:00
Example of how to broadcast using the Winsock Control.

Broadcast Using Winsock Control
14939
Sun 20 Jan 2007 00:00:00
Example of how to broadcast using the Winsock Control.

Convert Binary Data to readable Binary Representation
1500
Sun 25 Dec 2006 00:00:00
Example of how to convert binary data into format 100100100 text readable format.

Convert Dollar Amounts into Words
1983
Sun 25 Dec 2006 00:00:00
Use this code to change numbers into words - like the words on a check for example. $325.34 turns into Three Hundred Twenty Five Dollars and Thirty Four Cents. Ideal for check printing. Code good from 0 to 99 -999.99.

CPU Usage Release
7796
Sun 07 May 2007 00:00:00
See which method of reliquishing CPU processing is best for your program. Learn the different ways of letting other processing happen while your program in in a tight loop.

Create a Permutation File For Testing
13963
Sun 06 Jun 2007 00:00:00
Can create the same permutations in the file each time it is run with the same seed.

Create a Shortcut thru Code
2854
Sun 06 Jun 2007 00:00:00
Project to create a shortcut using VB code.

Creating a Mirrored Drive on XP Professional (RAID 1)
435875
Sun 20 Aug 2007 06:25:00
Mirroring can only be done on internal hard disk. It cannot be done on USB or any other external hard disk. The disks used must be converted to dynamic disks. Mirroring has to be from the internal controller. This is probably due to operating constraints of I/O throughput. These steps need to be followed exactly for this to work and you to have a bootable system. You can use this procedure to create spanned disk also.

Creating a Mirrored Drive on XP Professional (RAID 1)
1089912
Sun 04 Oct 2007 22:33:00
Mirroring can only be done on internal hard disk. It cannot be done on USB or any other external hard disk. The disks used must be converted to dynamic disks. Mirroring has to be from the internal controller. This is probably due to operating constraints of I/O throughput. These steps need to be followed exactly for this to work and you to have a bootable system. You can use this procedure to create spanned disk also.

Creating a Mirrored Drive on XP Professional (RAID 1)
1086054
Sun 30 Nov 2007 11:11:00
Mirroring can only be done on internal hard disk. It cannot be done on USB or any other external hard disk. The disks used must be converted to dynamic disks. Mirroring has to be from the internal controller. This is probably due to operating constraints of I/O throughput. These steps need to be followed exactly for this to work and you to have a bootable system. You can use this procedure to create spanned disk also.

Crystal Reports 8.5 RDC Runtime Redistribution
5760002
Sun 22 Nov 2007 08:50:00

Crystal Reports 9 .NET Runtime Redistribution
25135186
Sun 14 Mar 2007 00:00:00

Crystal Reports 9 RDC Runtime Redistribution
34755489
Sun 14 Mar 2007 00:00:00

Crystal Reports X .NET Runtime Redistribution
86346077
Sun 14 Mar 2007 00:00:00

Crystal Reports X RDC Runtime Redistribution
39885091
Sun 13 Mar 2007 00:00:00

Crystal Reports XI .NET Runtime Redistribution
71895061
Sun 14 Mar 2007 00:00:00

Crystal Reports XI RDC Runtime Redistribution
72131983
Sun 14 Mar 2007 00:00:00

Database Concurrency Checking
107488
Sun 25 Dec 2006 00:00:00
See how multi-user databases are coded properly. This example gives you a working example of record updating in a multi-user environment. Place the project on two different computers with a shared database and see how it handles concurrent updates.

DCOM Configuration for Windows 95
196368
4/20/2003 4:59:00 AM

DCOM Configuration for Windows 98
707808
6/12/1998 10:02:00 AM

DCOM Installation for Windows 95
1229056
4/20/2003 4:57:00 AM

DCOM Installation for Windows 95
1222368
6/12/1998 10:02:00 AM

Dynamic Control Loading
1308
Sun 25 Dec 2006 00:00:00
Shows how to dynamically load a control (in this case a frame) and dynamically add other controls to that container (in this case a label). This will allow you to dynamically load a complex form (if you ever need to) with multiple controls.

Enumerate thru the Registry
21485
Sun 25 Dec 2006 00:00:00
This is a project I found that enumerates thru the registry.

Executive Transportation Service (Movie)
2302876
Sun 04 Mar 2007 00:00:00

Fastest Method for VB File Compare
3429
Sun 31 Mar 2007 00:00:00
See some of the different ways to compare files or large chunks of data in VB and see the difference in speed so that you can choose your next method to compare.

Find All Permutations in a File
5318295
Sun 19 Apr 2007 00:00:00
Project code with different ways to find permutations in a file.

Form Routine Sequence
2992
Sun 25 Dec 2006 00:00:00
This project will show you the order that the routines of a form are called. Understand what happens when certain functions are called on your form. This will allow you to not make mistakes when adding your code to forms and know exactly what to expect and where to place your code. Just run it and click on the form then look at the log it creates.

Get IP Address from Webpage
3263
Sun 25 Dec 2006 00:00:00
Get your Internet IP address from a remote webpage.

Import DBase IV files into an Access 2000 Database
101981
Sun 25 Dec 2006 00:00:00
This code uses the Randem Systems Database Connection Control to Access the DBase IV files and import them into an Access 2000 database which is also created thru code.

InnoScript - Unsafe files to deploy with your Application Installation
5332
Sun 28 Nov 2007 11:14:00

Jet Compact and Repair Tool (exe)
39424
4/26/2000 7:34:00 AM

Jet Compact and Repair Tool (zip)
39814
Sun 25 Dec 2006 00:00:00

Jet Compact and Repair Tool Documentation
63488
9/26/2000 11:06:00 AM

Make Your .NET Application Limited User Compliant
338163
Sun 17 Dec 2007 01:32:00
Use these simple routines to make your app "Limited User" Compliant in Vista as well as other Windows Operating Systems. The routines in this app assume that you installed all your support files in the Program Filesyourappname folder and upon running in a limited users account - at startup it will copy all the default files into the local Application Data folder in the folder.

Make Your VB6 Application Limited User Compliant
251279
Sun 15 Dec 2007 07:16:00
Use these simple routines to make your app "Limited User" Compliant in Vista as well as other Windows Operating Systems. The routines in this app assume that you installed all your support files in the Program Filesyourappname folder and upon running in a limited users account - at startup it will copy all the default files into the local Application Data folder in the folder.

Microsoft (R) COFF Binary File Dumper Version
16440
6/17/1998
The DUMPBIN utility - which is provided with the 32-bit version of Microsoft Visual C++ - combines the abilities of the LINK - LIB - and EXEHDR utilities. The combination of these tools features the ability to provide information about the format and symbols provided in executable - library - and DLL files.

Microsoft Data Access Components (MDAC) Security Patch MS04-003 (32-bit)
2095288
4/27/2005 8:19:00 AM

Microsoft Data Access Components 2.0
8124720
6/25/1998 6:00:00 PM

Microsoft Data Access Components 2.1
6492488
3/17/1999 6:00:00 PM

Microsoft Data Access Components 2.1 SP1
7498808
4/18/2003 2:45:00 PM

Microsoft Data Access Components 2.6
5287488
1/14/2003 4:43:00 AM

Microsoft Data Access Components 2.7
5388160
4/21/2003 5:49:00 AM

Microsoft Data Access Components 2.8
5556616
9/4/2003 5:18:00 PM

Microsoft Data Access Components 2.8 SDK (msi)
15454208
4/9/2005 12:03:00 PM

Microsoft Data Access Components 2.8 SP1
6100504
10/16/2007 10:49:00 AM

Microsoft Jet 3.5 Components SP3
1357360
4/20/2003 5:25:00 AM

Microsoft Jet 4.0 Components SP3
3684536
1/14/2003 4:43:00 AM

Microsoft Jet 4.0 Components SP6 2K
4210944
5/9/2003 4:20:00 AM

Microsoft Jet 4.0 Components SP6 9x/NT
3016728
4/20/2003 5:20:00 AM

Microsoft Jet 4.0 Components SP6 Me
3022872
4/20/2003 5:21:00 AM

Microsoft Jet 4.0 Components SP6 XP
3402344
4/20/2003 5:19:00 AM

Microsoft Jet 4.0 Components SP7 Replication
231224
9/11/2003 3:19:00 PM

Microsoft Jet 4.0 Components SP7 Win2K
2981936
9/11/2003 3:16:00 PM

Microsoft Jet 4.0 Components SP7 Win9x/NT
3637536
9/11/2003 3:15:00 PM

Microsoft Jet 4.0 Components SP7 Windows 2003 Server
2262816
9/11/2003 3:18:00 PM

Microsoft Jet 4.0 Components SP7 WinMe
3643680
9/11/2003 3:18:00 PM

Microsoft Jet 4.0 Components SP7 WinMe
3729824
7/14/2004 6:23:00 PM

Microsoft Jet 4.0 Components SP7 WinXP
2973984
9/11/2003 3:15:00 PM

Microsoft Jet 4.0 Components SP8 Replication
231224
3/20/2004 4:02:00 AM

Microsoft Jet 4.0 Components SP8 Win2K
2963304
10/24/2003 9:19:00 AM

Microsoft Jet 4.0 Components SP8 Win9x/NT
3872168
3/20/2004 3:58:00 AM

Microsoft Jet 4.0 Components SP8 Windows 2003 Server
4011112
10/24/2003 9:19:00 AM

Microsoft Jet 4.0 Components SP8 WinXP
2961504
10/24/2003 9:20:00 AM

Microsoft's Dependency Walker (exe)
642048
3/24/2003 5:15:00 PM

Microsoft's Dependency Walker (zip)
331381
Sun 20 Dec 2007 20:13:00

Multi-Database Control
362293
Sun 25 Dec 2006 00:00:00

Restore Form/Program to the Original or Saved State
4235
Sun 31 Mar 2007 00:00:00
Three unique ways of reseting your program's data and controls to their initial state or restoring them to a saved state. This method has some great side effects. You can use multiple data classes to hold your data and not have all of your data loaded into memory at the same time. You can load only the data/variables that you need for a section of your app when you need them saving on memory consumption. The use of pure data classes are a great way to only load the data variables when you need them so that they don't take up memory while not in use. This can be very helpful in large programs which store the data variables in modules. These modules will be in memory the whole time but the data classes can be destroyed when you are finished with them conserving memory usage.

Scan All Folders on Disk for Files
1919
Sun 25 Dec 2006 00:00:00
Working project example of how to scan all the folders on the disk of your computer for files. This consist of two projects. One that uses FileSystemObject (FSO) and one that uses Visual Basic API calls so that you can see the difference in speed in each case.

Scan All Folders on Disk for Files (Duel)
5069
Sun 25 Dec 2006 00:00:00
Working project example of how to scan all the folders on the disk of your computer for files. This consist of two projects. One that uses FileSystemObject (FSO) and one that uses Visual Basic API calls so that you can see the difference in speed in each case. This is actually two projects (routines) that you can compare for speed.

Scripting Runtime Deployment - scr56en.exe and scripten.exe
1278016
10/15/2005 11:20:00 PM

Scripting Runtime Deployment - Windows 2000 and XP Version
676312
10/2/2005 7:41:00 PM

Scripting Runtime Deployment - Windows 98 - Me - and NT 4.0 Version
680408
10/2/2005 7:39:00 PM

Service Pack 5 for Visual Basic 6.0: Run-Time Redistribution Pack
1044168
2/28/2003 1:33:00 PM
A self-extracting executable file that installs versions of the Microsoft Visual Basic run-time files required by all applications created with Visual Basic 6.0.

Service Pack 6 for Visual Basic 6.0
27816008
6/2/2004 12:12:00 PM
Service Pack 6 for Visual Basic 6.0 provides the latest updates to Visual Basic 6.0. It is recommended for all users of Visual Basic 6.0.

Service Pack 6 for Visual Basic 6.0: Run-Time Redistribution Pack
1028368
3/17/2004 11:13:00 AM
A self-extracting executable file that installs versions of the Microsoft Visual Basic run-time files required by all applications created with Visual Basic 6.0.

Timer Testing
4618
Sun 20 Jan 2007 00:00:00
Eliminate your lack of knowledge about what timers will actually do. Use this code to verify just what the timers will do.

Use the XP Manifest File in your App
8744
Sun 20 Jan 2007 00:00:00
Use this project to create and utilize your XP Manifest file in your VB app.

VB Memory Test with Databases
354503
Sun 20 Jan 2007 00:00:00
See how coding using databases can lead to memory leaks in your application.

Visual Basic 5.0 Runtime Files
992864
12/11/2002 6:55:00 PM

Visual Basic 6.0 Runtime Files (after SP5 included in Windows Server 2003)
1196032
2/28/2004