Quantcast
Channel: VBForums - CodeBank - Visual Basic 6 and earlier
Browsing all 1463 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

Simple Get File

Attached is a simplified encrypted file download Client/Server similar to: https://www.vbforums.com/showthread....13-VB6-GetFile Whereas the original used full TLS 1.3 to establish the network...

View Article


Image may be NSFW.
Clik here to view.

VB6 JetEngine CRUD-Demo

To give VBDevs who try to use their own "self-invented Single-File-DBs" a better alternative - here a short CRUD-Demo using ADO with the Jet-Engine. For the Record-Listing - Krools VBFlexGrid is used....

View Article


Image may be NSFW.
Clik here to view.

VB6 RC6+RC6Widgets (Dark-Themed WidgetDemo for Game-Scenarios)

A dark-themed Widget-Demo, as one would use it in "graphics-heavy" Game-scenarios (with full support for KeyBoard-Navigation, as "Tabbing", "Focus-Visualization", ShortCut-Keys etc.) Beside a normal...

View Article

Hebrew Date

Code: Option Explicit Private Sub Form_Load()   Dim Hebrew   Dim TheYear   Dim TheMonth   Dim TheDay   Dim LeapYear     Set Hebrew = CreateObject("System.Globalization.HebrewCalendar")   TheYear =...

View Article

Image may be NSFW.
Clik here to view.

To Classes, a HashList and a refArray

This is a new idea. First the refArray class used for UDT substitute, by a simple way. WE make each "row" of refArray as a simple value or an array (we can choose specific type). If we want to write to...

View Article


[VBA/VB6] SipHash cryptographically secure keyed hash function

These mdSiphash.bas and mdHalfSiphash.bas modules implement SipHash and HalfSipHash high-speed secure pseudorandom function for short messages in pure VB6. Output size and number of iterations for...

View Article

[VB6/VBA] SipHash cryptographically secure keyed hash function

These mdSiphash.bas and mdHalfSiphash.bas modules implement SipHash and HalfSipHash high-speed secure pseudorandom function for short messages in pure VB6. Output size and number of iterations for...

View Article

Make Decimal Type Arrays

This is a way to make array type of Decimals. VB6 has no variables as decimals, you have to use a Variant type. The problem is that the Variant type always get any type we place; A Decimal type need...

View Article


Image may be NSFW.
Clik here to view.

Debug Print Redirect (Add-In)

This Add-In is designed specifically to work with my "Persistent Debug Print Window" found here. Other than academically looking at it, it's not much use without that other program. Basically, this...

View Article


Image may be NSFW.
Clik here to view.

The VarFrame Class

This is a new class to hold a frame of variables. This can help on making script languages, to keep variables, which means sets of Names and Values. The interesting part, is how we can establish a...

View Article

Image may be NSFW.
Clik here to view.

GCluster - an experimental detector

The current VB6 application is an experimental detector that uses a dynamic method named "in-depth analysis" to find and interpret CpG islands, CpG clusters and other dinucleotide structures. In-depth...

View Article

Debug Byte Array

I use byte arrays a lot, and traditionally I have used the following routine to display the results in the Immediate window. Code: Private Sub DebugPrintByteOrg(sDescr As String, bArray() As Byte)...

View Article

Image may be NSFW.
Clik here to view.

LongLong (LL) self-instantiating Class (CLS module) using Currency

This has been bantered around many times, and I've wanted to do it for a while. So, here it is. It's a self-instantiating class. (VB_PredeclaredId=True, no need to declare and/or instantiate an object...

View Article


Image may be NSFW.
Clik here to view.

VB6 Blocking-Behaviour in Windows-NonClientAreas (and a solution)

Ever wondered, why e.g. an animation (or other time-critical processing) "stalls" - when a given Forms Caption-Area is clicked with e.g. the right MouseButton? From what I've googled, MS seems to have...

View Article

[VB6] Create a TaskPane For Ms Office : Excel - Word - Access - PowerPoint -...

1/ About 2 years ago I wrote 1 AddIns Taskpane on VB6 which is very good for 32-bit Office. But when I copy to another computer, it gives me an error of missing libraries. I find the relevant...

View Article


Scripting arbitrary vb6 applications

This article may be of interest to people here: Gain script access to any compiled Visual Basic 6 executable. Accomplished by instrumentation of the runtime and utilizing design features of the...

View Article

Image may be NSFW.
Clik here to view.

Utility to capture animated GIFs from the screen

. First and foremost, I want to acknowledge that the vast majority of this code is from code written by The Trick (found here), and a HUGE thanks goes out to him for that work. Basically, what I've...

View Article


Image may be NSFW.
Clik here to view.

VB6 Pixel ruler & screenshot editor

Many years ago, at the time of VB4, I developed a small application for my own use. Later I offered it as freeware on my homepage. Now I decided to release the source code for it. As I said, this is...

View Article

Image may be NSFW.
Clik here to view.

Easy & ingenious mousewheel scrolling

This demo shows a small, easy, stable and ingenious way to add mousewheel support to most any control such as scrollbars etc. Note that the included MouseScroll.bas module is not my code and was not...

View Article

[VB6/VBA] Using Microsoft Translator API from the Azure Cognitive Services

First create a Translator resource in Microsoft's Azure portal (free tier for up to 2 mil characters per month) so that you can get your key and region that you'll use for STR_KEY and STR_REGION...

View Article
Browsing all 1463 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>