Quantcast
Browsing all 1449 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

SqLite3 Win10 Demo - Using winsqlite3.dll

I found some work about the using of winsqlite3.dll, in VBA for Excel, and was not completed. First I did some changes for using it in VB6. I did some checks and found some errors i the old...

View Article


hey. i uploaded a new power programing langugae which can compile vb6 projects

its here https://github.com/VisualCodeBase/CodeBase and here another thread https://www.vbforums.com/showthread....visual-basic-6 for this package to work well you also need MinGW...

View Article


Image may be NSFW.
Clik here to view.

Property Bag alternative - Data Bag

Property Bag alternative - Data Bag Class This is an alternative to Property Bag class. It supports all variable types except vbObject, vbDataObject and vbUserDefinedType. (For the vbVariant , it now...

View Article

Image may be NSFW.
Clik here to view.

Stop Watch Demo

This is my attempt at a stopwatch. Its not perfect, but seems to work okay. Looks good though. Any improvements/ suggestions you make will be appreciated.Attachment 179503Attachment 179504 yokesee...

View Article

Image may be NSFW.
Clik here to view.

Make Pallette from Picture

Makes a 16 x 16 color palette from a picture you load. DISCLAIMER: it may not catch all colors because of the way I take the samples. Maybe someone can come up with a better way . Otherwise it seems to...

View Article


Image may be NSFW.
Clik here to view.

Property Bag alternative - Data Bag Version 2

Property Bag alternative - Data Bag Version 2 Class This is an alternative to Property Bag class. It supports all variable types except vbObject, vbDataObject and vbUserDefinedType. (For the vbVariant...

View Article

Image may be NSFW.
Clik here to view.

Data Bag Version 2 with JSON support

Property Bag alternative - Data Bag Version 2 Class This is an alternative to Property Bag class. It supports all variable types except vbObject, vbDataObject and vbUserDefinedType. (For the vbVariant...

View Article

Image may be NSFW.
Clik here to view.

JACMail4 with TLS 1.3

This version of JACMail supports TLS 1.3. This project became necessary when my ESP (Email Service Provider) decided to utilize the Gmail platform. Although a small portion of TLS 1.2 supports Forward...

View Article


Calculating probability in VB6

Here's some sample code for using in VB6 that will let you calculate probabilities according to Combinations and Permutations formulas. Combinations tells you the number of ways you can pick items from...

View Article


Image may be NSFW.
Clik here to view.

VB6 WebSocket-PushServer-Demo

This Demo shows, how one can "connect a Browser-GUI" to an existing Desktop-App ("Desktop-App-remoting" - e.g. from any given mobile-device via WLAN-IPs in the URL of their mobile-Browsers) It depends...

View Article

Image may be NSFW.
Clik here to view.

Runtime Tracing (Getting Call Stack)

Found this old zip and article on my machine originally from Visual Studio Magazine. While Not part of the Planet Source Code on github may be of help to someone. Since forum will Not accept html...

View Article

[VB6] secp256k1 library - generate Bitcoin keys.

This repository contains secp256k1 library adapted for VB6. It also contains the small hashing library which provides RIPEMD-160/SHA256 hashing algorithm adapted for VB6. As a simple example there is a...

View Article

Image may be NSFW.
Clik here to view.

COM Interop example. How to use .Net classes in VB6.

More than a few times now, I've seen people asking how to use .Net components in their VB6 applications. As it seems there is some small demand for it, I decided to show an example of how it is done....

View Article


Code snippet (for Add-In) to fix .vbw (workspace) issue

It didn't seem worthwhile creating an Add-In just for this (it seems more appropriate that it be incorporated into other addins), hence posting as a snippet... Don't know about anybody else, but the...

View Article

Image may be NSFW.
Clik here to view.

ID Card Creator

I was looking thru some old code samples and decided to make this app. Hopefully I have everything working as it should. See what you think. Attached Images   Attached Files IDMaker.zip (96.4 KB)

View Article


Image may be NSFW.
Clik here to view.

[VB6] Encode binary data to bitmap for use in a PictureBox

If you've ever tried to include more than a very small amount of binary data on a Form or UserControl without loading the data from an external file, you certainly noticed it's extremely difficult to...

View Article

Image may be NSFW.
Clik here to view.

My 3DText usercontrol

My version of a 3d text usercontrol. Makes great looking labels. Its pretty simple, so hopefully you can use it. Attached Images   Attached Files ucMy3D.zip (3.9 KB)

View Article


Image may be NSFW.
Clik here to view.

Krool's VBFlexGrid -How to adjust row height and col width to eliminate grey...

Hello, I want my Flexgrid to appear like this, without any grey area. I got it by Code: fg.ColWidthMin=fg.Width/fg.Cols fg.RowHeightMin=fg.Height/fg.Rows fg.ScrollBars=vbSBNone...

View Article

Image may be NSFW.
Clik here to view.

[RESOLVED] Krool's VBFlexGrid -How to adjust row height and col width to...

Hello, I want my Flexgrid to appear like this, without any grey area. I got it by Code: fg.ColWidthMin=fg.Width/fg.Cols fg.RowHeightMin=fg.Height/fg.Rows fg.ScrollBars=vbSBNone...

View Article

Image may be NSFW.
Clik here to view.

Numbers, Numbers, Numbers

This package contains a large set of library routines I have built over the years to do many things related to numbers. These routines run in VB6 as well as 32 or 64-bit VBA. As you know, there are...

View Article
Browsing all 1449 articles
Browse latest View live