Class 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 Articlefrom1 to nn access query
I just have an ADO connection opned as CON. I a table MYtable have many many records, similar 3.400 In my table have a filed named NR I need a query to update into the filed NR from 1 to 3.400......
View ArticleDetermine the contents of an object variable?
Is it possible to determine the contents of a variable that was dimensioned to contain an object. For example, the variable oOut in: Dim oOut As frmReportHolder
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 Article