[VB6] cWebView2 — RC6-compatible WebView2 wrapper
This is a drop-in replacement of vbRichClient6's cWebView2 class, implemented in pure VB6 directly against the official Microsoft WebView2 COM API. No RC6.dll dependency, no dependency on the WebView2...
View Article[VB6] czWebview — Full-Featured WebView2 UserControl (No OCX, No Registration)
czWebview — Full-Featured WebView2 UserControl for VB6 Embed modern web content (HTML5, CSS3, ES6+) in your VB6 applications using the Microsoft Edge WebView2 Runtime. Zero external dependencies beyond...
View Article[VB6] FlexGrid to XLSX (and CSV/PDF) Exporter — no Excel installation required
Download from GitHub. This code was made mainly by Claude Sonnet v4.6 and v5.0, but also with some collaboration from Gemini, ChatGPT, DeepSeek and off course from me. It exports any FlexGrid-family...
View Article[VB6/TB] TC6 (TwinClient 6) — SQLite for VB6 and TwinBasic
TC6SQLite is another "em dash repo" namely Claude's reimplementation of the SQLite subsystem of RC6 as a single Ax-DLL. Note that TB's x64 port is not ready i.e. still uses winsqlite3.dll and does not...
View ArticleUUID/GUID v7 Generator
I needed to generate UUID/GUID version 7 values and thought I would share the module in case anyone else here needs to do the same. A little background on UUIDv7 is available here:...
View ArticleRevised Simple GDI+ reusable Drawing Primitives Class
This is a revised version of my simple GDI+ Drawing Primitives Class. The big improvement is in the text drawing procedure, which now uses font-caching so as not to recreate the font object on every...
View ArticleVB6 Resize Image
This simple routine allows an image to be resized dynamically, since the Image control and PictureBox control do not provide that function in VB6. J.A. Coutts Attached Files ResizeP.zip (206.3 KB)
View ArticleCross Process Shared Memory Cache w/ Blocking RW
Introduction CSharedMemCache is a name-based key-value memory cache that can be shared across processes. It is best suited to a small-to-medium, read-heavy/write-light, same-session cache shared by a...
View ArticleDelta Memory Force 2.0 (1999 - 2004)
Hi everyone, I would like to share one of my earliest software projects: Delta Memory Force 2.0, a Windows system utility developed between 1999 and 2004 in Visual Basic 6.0. A Windows 11 compatible...
View Article