Reading ZIP and DOCX files and unpacking image files in memory
I wrote a program that scans the contents of ZIP, DOCX, XLSX, and EXE files, reads the entire file structure inside archives and without temporary files, unpacks and displays images in memory. It even...
View ArticleDemo Program I did for a radio engineer
I was contacted by a local radio station about developing an application to assist in creating their work scheduling sheets, It seems that Microsoft screwed them all up. The previous versions of media...
View ArticleClass for reading ZIP files
Hello everyone I have written a mini-class for reading information about files contained inside a ZIP. My class reads file attributes, date and time of files stored inside a ZIP. It even works in...
View ArticleVB6 - Show image Metadata (XMP, EXIF, Thumbnail, etc) with WinRT...
This project uses the BitmapDecoder WinRT class to enumerate the metadata properties of an image (such as those properties saved by a professional digital camera). A TypeLib with the required WinRT...
View ArticleImage Markup Tools
Want to give users the ability to annotate images with lines, shapes, highlights, and text? This project provides flexible drawing tools and customization options for a variety of use-cases. Screenshot...
View ArticleImage Annotation & Markup Tools (RC6/Cairo Based)
Want to give users the ability to annotate images with lines, shapes, highlights, and text? This project provides flexible drawing tools and customization options for a variety of use-cases. Screenshot...
View Article[VB6, twinBASIC] ucSimplePlayer: Simple video playback control
ucSimplePlayer v1.1.3 This is a simple video player UserControl for VB6, twinBASIC, and VBA, supporting both 32bit and 64bit. It's just a thin wrapper over the IMFPMediaPlayer media player control...
View ArticleVB6 - Simple Animated GIF Player (supports transparency) using WinRT /...
This project uses the BitmapDecoder WinRT class to decode a GIF file into its individual frames. These frames can then be rendered into any device context (Form, PictureBox, etc) using vanilla GDI...
View ArticleAuto aligning controls
This utility to automatically align controls, the client area is divided into 5 regions cTop, cBottom, cLeft, cRight the rest determines the cClient space. The alignment is done in relation to the...
View ArticlecCropper: Simple, "Smart" RC6/Cairo Image Cropping Class
cCropper is a small and fast VB6/RC6 class designed to make image cropping easy, and to allow you to add image cropping to your VB applications (nearly) effortlessly. In addition to being a useful...
View ArticleMake Hex File
I found a need to use data samples in Hex format that were created using "C" based programs. The problem I ran into was the fact that they used lower case characters (eg 5a) and VB used upper case...
View ArticleVB6 - Simple Picture Converter & Cropper with BitmapDecoder & BitmapEncoder...
This project allows you to convert various picture formats, optionally apply some transforms (Scale, Flip, Rotation, Crop) and save the result as another format. A TypeLib with the required WinRT...
View ArticleSigning a PDF file
Hi, anyone knows if pdfium.dll can sign pdfs with a certificate ? I'm trying to find the info but not sure about it. I'm actually using batchpdfsign for this problem, but when i open a signed PDF file...
View ArticlexBRZ for runtime upscale of icons/images of High DPI aware applications
This XP compatible DLL is a better upscaling solution for VB6 LOB applications which need to scale their 16x16 icons at runtime for High DPI screens. xBRZ is a pixel-art scaling algorithm which can be...
View ArticleGit sync scanner
If you have a bunch of git repos it can be hard to remember which ones are out of sync. It gets worse if you work across multiple locations. This is a small utility to scan a parent directory for all...
View Article