HSB Slider Control ( Not mine )
Hi. Just thought i would post a sample of HSL sliders controls. Original usercontrol made by someone else. I added the colour scale and the code to change the slider colours. Hope its ok VB6 Slider.zip...
View Article[VB6] RegEx - Regular expression engine
- RegEx engine compiles a regular expression string into a VM bytecode. - It was inspired by the article by Russ Cox. - Some features have been added and others have been changed. - Non-recursive...
View ArticleSqllite 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 Article