>

Projects

These are some of the programs I've written, all in Visual Basic 6. Most of these are experimental programs that I wanted to write just to see if I could.  I wrote my own libraries for reading and writing numerous file formats so that none of these programs would require any custom controls or third-party components.  If you try one of these programs and encounter any problems, or have any suggestions, please use the Feedback page to let me know.


AFPexplorer

AFPexplorer - Last updated on 08-18-2007
Work in Progress

A program for viewing and editing the instructions and values within an AFP file, as well as extracting resources. This program is done, as far as doing what it's supposed to do. However, features are still being added.




AFPviewer

AFPviewer - Last updated on 10-31-2008
Work in Progress

This is a program for viewing AFPDS print files. It can save pages as TIF, PDF, and AFP. It can also be used to extract resources, search for text, and copy text. Be advised though, that if your AFP files contain BCOCA objects, GOCA objects, or non-raster FOCA objects, this program will probably let you down.




AFPextract

AFPextract - Last updated on 08-21-2005

A program for listing and extracting the resources (fonts, images, etc) within an AFP file.

 

 


JPEG to PDF

JPEG to PDF - Last updated on 10-20-2007

A program for converting JPEG (.JPG) and JPEG2000 (.J2K or .JP2) files to PDF. This program now supports multiple images and multiple pages. The program allows you to adjust position and size.





MP3 Tag Editor

MP3 Tag Editor - Last updated on 10-06-2007

A program for editing the ID3 tags in MP3 files. This program supports ID3v1 and ID3v2 tags. Multiple files can be edited simultaneously.






Copy In Order

Copy In Order  -  Last updated on 08-13-2008

A program for copying files onto a MP3player's flash drive, where the order of the songs is determined by the copying order.  The program can copy the files automatically, or write out a .BAT file which can be reviewed/modified and then run.   Also, the program can remove files from the destination that no longer exist in the source.  Just drag some source folders onto the program, specify the destination path and the file mask, and that's it.



TIFexplorer

TIFexplorer - Last updated on 08-11-2007

A program for listing the images and tags within a TIF file. This can be useful for developers.






FixCrLF

FixCrLF - Last updated on 08-11-2007

A program that converts LineFeed files to CarriageReturn-LineFeed (aka unix2dos), or CarriageReturn-LineFeed files to LineFeed files (aka dos2unix). Supports converting multiple files.






WindowSpy

WindowSpy - Last updated on 08-11-2007

A program that displays window information for any window the mouse is over. For use with the Win32 API. 






CarPC
CarPC Font-End - Last updated 03-24-2009
Work In Progress!

Supports OBD, GPS, WiFi, MP3, etc.
This is a program for accessing media and GPS in a vehicle environment, where the method of input is a touch-screen. This program is being written to accomodate a project I completed in June 2008 -- building a PC into my car. Also available is information about assembling the hardware and modifying the vehicle. At present, this program's official name is DriveLine.

Also, I am providing the complete VB sourcecode to this program.  This is now a .Net program.