Select Area:
| Total Projects Found: 18
| |  |
|
Alarm Clock (VB6) |
| |
Whilst on the road, one of our engineers needed an alarm clock. This VB6 project, although not very complicated, makes use of the Microsoft Common Dialog Control 6, Microsoft Multimedia Control 6, and the Windows Script Host Object Model to provide you with an alarm clock capable of keeping track of 4 alarms and displaying a sleepy-eye compatible display. |
| Author:
Dx21, LLC
|
Posted:
3/24/2004 |
 |
 |
|
|
Application Startup Manager (VB6) |
| |
The Application Startup Manager (ASM) is a Win 9x straight-forward GUI utility that easily lets you see and control all the areas in Windows where applications are set to automatically start up. Unlike Windows 98/ME's intrinsic system utility that performs similar actions, the ASM also provides the ability to optionally backup the removed items for a very easy restore later if you want the appliation back. |
| Author:
Dx21, LLC
|
Posted:
12/31/2005 |
 |
 |
|
|
Application Update Utility (VB6) |
| |
The Application Update Utility (AUU) was designed for a client as an interim solution to the problem of updating Windows XP clients in an environment not yet ready to support a desktop management solution such as Active Directory or SMS. The AUU is designed to allow the execution of directive scripts, run on the local computer but stored in a central network share. The AUU runs completely autonomous of the network and does not rely on any group membership or user-specific settings to function. The AUU is designed to launch, check for the presence of the network specified location, sync any script files found with the local computer, then execute the script files on the local computer. Script files defined as any executable script or program. |
| Author:
Dx21, LLC
|
Posted:
2/7/2004 |
 |
 |
|
|
Atomic Time Sync (VB6) |
| |
This Windows 9x program syncs the current computer time with an atomic time source via the internet. |
| Author:
Dx21, LLC
|
Posted:
1/3/2006 |
 |
 |
|
|
Auto-Associate File Ext. (VB6) |
| |
This project allows you to create a registry association for document types globally on any workstation that runs the application. Designed to have a GUI for creating the association entries, and run silently from the command prompt for workstation maintenance. |
| Author:
Dx21, LLC
|
Posted:
1/1/1999 |
 |
 |
|
|
DHCP IP Upload (VB6) |
| |
This application was written out of a need to determine the DHCP provided IP address and have that information automatically given to a different system.
This utility can be run from the task scheduler. It gathers the all the local IP addresses, puts them into a file in whatever format you want them to, then makes an FTP connection out to whatever site you want and dumps the created file. |
| Author:
Dx21, LLC
|
Posted:
5/4/2002 |
 |
 |
|
|
Disable the Context Menu's New document creation types (VB6) |
| |
This project runs either as a GUI, or from the command prompt, parsing through the registry and identifying / removing the Shell New entries, thereby disallowing users to create a new document via the New context menu |
| Author:
Dx21, LLC
|
Posted:
1/1/1999 |
 |
 |
|
|
GUID Generator (VB6) |
| |
Using examples from Microsoft, this project will generate a unique GUID code - for use with such things as the MSI installer database |
|
|
Remap Printers (VB6) |
| |
This project is the VB sibling to the Dx21-posted Kix Script (see Scripting | Kix32) for remapping printers. This project will parse through a clients computer and redirect the port to a new print server and rename the printer object if needed. |
| Author:
Dx21, LLC
|
Posted:
1/1/2000 |
 |
 |
|
|
Remote Script Control Utility (VB6) |
| |
This utility was originally designed to assist in an application upgrade process for a company with many Windows 98 / ME workstations. The processes within this utility can easily be altered to accomodate NT/2K/XP units. The utility provides the administrator the opportunity to provide the utility a list of computers (IP or computer name) and in turn the utility will connect to all of those computers, log onto the units if needed, copy a pre-determined VBS script to the units, execute the scripts, collect any return log of that script, then reboot the unit if desired. |
| Author:
Dx21, LLC
|
Posted:
8/17/2003 |
 |
 |
|
|
RP File Upload Utility (VB6) |
| |
This small utility was developed for a client who needed a way to automate file transfer from locations on their network to an outside service via FTP. The utility is designed to read in a listing of file locations from a space delineated file (in this instance, a SQL record dump file), locate those files on the network, if accessible, make an FTP connection to the service, create the required file structure and then transfer the file(s) from the specified network location directly to the client. The utility keeps a detailed log of the file transactions, as well as monitors the FTP connection. Auto-recovery during FTP transfers is included. The utility makes use of the ASPFTP.DLL (not included in the download, but available from Here. |
| Author:
Dx21, LLC
|
Posted:
2/2/2004 |
 |
 |
|
|
Server Tracking - Database Application (VB6) |
| |
This project was created to help track the additions and removal of servers on a test lab - recording such information as computer name, IP address, responsible person, addition date, etc.. Additionally, services and applications installed on the servers can be listed, with responsible party and notes. Application utilizes ADO 2.5, centralized MDB, and was primarily designed to work on a Windows 2000 network. |
| Author:
Dx21, LLC
|
Posted:
6/1/2000 |
 |
 |
|
|
Summation Migration Utility (VB6) |
| |
This utility was designed for a client to automate the migration of their 15
Summation LG Gold network installations from old servers to new servers.
The utility provides the administrator with a quick way to install the new
application and migrate the data without needing to know how the application
works or spend the time monitoring it. The utility was designed based on
information provided by Summation's technical support.
The download includes both the VB6 source files, as well as a compiled
version. The compiled portion of the utility is presented in the directory
structure it expects with all the support files and folders it is looking for.
The compiled portion also includes a admin -setup and -usage sheet.
The project makes use of WSH Object model, MDAC/ADO 2.6 library, Common
Dialog control, and Common Controls / Common Controls 2. |
| Author:
Dx21, LLC
|
Posted:
5/1/2004 |
 |
 |
|
|
SysLoc (VB6) |
| |
SysLoc lets Win 9x administrators control the user's access to the Ctrl+Alt+Del task list, while allowing the use of the Alt+Tab Application Switch list. Useful when you have End Task happy users, when you want to have better tracking of applications which crash, and when you run applications or services which you don't want the user to shutdown. |
| Author:
Dx21, LLC
|
Posted:
12/31/2005 |
 |
 |
|
|
Text File Splitter Utility (VB6) |
| |
Small utility project designed to divide large text files into multiple smaller text files. Interface designed to use GUI to define source file, target directory, result file-namming pattern, and number of text lines per new file |
| Author:
Dx21, LLC
|
Posted:
6/1/2000 |
 |
 |
|
|
WMI Registry Functions (VB6) |
| |
This ActiveX DLL (source code, ready to use class file, and compiled DLL) adds a wrapper to the WMI registry functions (StdRegProv) and provides a single interface for reading and writing all supported registry values. Target systems must have WMI installed (Native on Windows 2000 / XP / 2003, add-on for Windows 9x and NT4). Source code provides a group project for usage demo. |
| Author:
Dx21, LLC
|
Posted:
10/23/2003 |
 |
 |
|
|
WMI Software Inventory (VB6) |
| |
Essentially free asset inventory is one of the benefits of knowing the WMI. Just check out any of the software products or companies which provide hardware and software inventory for administrators. The cost can quickly mount. This open source project utilizes the WMI and ADO to inventory all install software and Hot-Fixes installed on any computer specified. The project currently utilizes virtual recordsets to hold the recorded data, but can be easily adapted to use existing JET or SQL databases. One of the interesting things about the process of software inventory via WMI is that the class, Win32_Product, only inventories software installed with the Windows Installer. This is all well and good, but not all software is and if you want a complete inventory you will need those applications which don’t conform to Microsoft’s vision. There are ways to work around this problem, the most publicized way being the inclusion of the AddRemovePrograms class (adapted from SMS) into the repository. This works well but inclusion of this class on hundreds of workstations automatically isn’t necessarily easy. This project utilizes the registry functions of the WMI to enumerate the Uninstall key and collect the information which is not otherwise collected by the Win32_Product or Win32_QuickFixEngineering classes (for HotFixes). |
| Author:
Dx21, LLC
|
Posted:
7/23/2003 |
 |
 |
|
|
Word Document Properties Discovery Utility (VB6) |
| |
This project was written for a client that needed to extract document properties from Microsoft Word DOC files to a comma separated value file for additional processing. This project takes advantage of the DSOFILE.DLL file from Microsoft (KB #224351) to enumerate a selected document store and extract the user-specified properties of the Office documents to a specified CSV file. The utility performs error logging and allows for filtering based on document extension. |
| Author:
Dx21, LLC
|
Posted:
5/1/2003 |
 |
 |
|
|
|
This resouce is only available to account holders with an added subscription. Click here to learn more about accounts and subscribing to our site!
|