Sqllite library
Sqllite wrapper DLL. Cant seem to upload files right now.. you can grab a copy here: https://github.com/dzzie/sqllite4vb This is another Claude creation. Uses the standard Sqllite C library with a...
View Article3D spinning die
The following code generates random numbers (1-6) for an animated die that could be used in a game. The code was partially generated with Claude assistance. Attached Files Dé.zip (3.8 KB)
View ArticleAscU unicode equivalent of Asc
This proposal introduces the AscU utility, a variant of the Asc function designed to retrieve the Unicode code point of any character. While the standard AscW function is often used for this purpose,...
View Articleai4vb - Ai integration
This is a small project that shows how you can integrate the Claude or ChatGPT api into your programs. The main classes can be use in many ways. This example shows how to give the AI access to your...
View ArticleTiny midiplayer
This demonstration shows how to extract basic data from a MIDI file. Currently, it only handles musical information, which can be used to isolate a specific channel or synchronize with other...
View Article[VBA/VB6] COM prototyping and monkey patching without dlls
For those who daily struggle against the limitations imposed by VBA/VB6 regarding class inheritance, polymorphism, and advanced methods for arrays and objects, as well as for those who have found areas...
View ArticleVB6 - Console Project Template
heres my class and a standard\template project.... for be added on VB6 type projects.. add these project on: C:\Program Files (x86)\Microsoft Visual Studio\VB98\Template\Projects (where the VS98 was...
View ArticleVB6 - Add-in tools
i updated the Tab-strip add-in: 1 - added the windows maximizated, but, seems, these part autor add it on another version: https://www.vbforums.com/showthread....sing-hooking); 2 - added: when we...
View Article[VB6, VBA, twinBASIC] Intro to Vectored Exception Handling: Crash-proof...
It's been a long standing problem that access violations like a bad address for CopyMemory and other exceptions can't be handled by On Error. One solution to that is Vectored Exception Handling (VEH)....
View Article