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

Image may be NSFW.
Clik here to view.

Scrolling a Standard VB6 Listbox via VB6 API's

This is a simple way of scrolling a standard VB6 ListBox Control via API functions Attached Files listbox.zip (2.4 KB)

View Article


Image may be NSFW.
Clik here to view.

[VB6] BiArc Interpolation

Some time ago I came across this wonderful and detailed article about BiArc-Interpolation. BIARC In it there is also source code that I ported to VB6. Unlike years ago maybe today I would have written...

View Article


[VB6] VbVst - VST2.x framework for VB6.

Hello everyone! This framework allows you to create VST 2.X plugins (so far only the effects) in VB6. https://github.com/thetrik/VbVst

View Article

Image may be NSFW.
Clik here to view.

Vesta - A prototype software for Photon-pixel coupling method

Photon-pixel coupling is a novel method that allows a parallel sampling of an unlimited number of sensors. In the case shown here, 200 sensors are sampled in parallel at video rate frequency. The Vesta...

View Article

Image may be NSFW.
Clik here to view.

WebCam software sampling

This is a WebCam software used in the Photon-pixel coupling method. The WebCam software takes images at equal intervals (user defined) and saves them as BMP files in a dedicated folder. These saved...

View Article


Image may be NSFW.
Clik here to view.

Mapping pixels to LEDs (Photon-pixel coupling)

A webcam films an array of LEDs as seen in the image below. In each frame, these LEDs represent the output of different sensors and may have a variable brightness. Thus, this brightness must be...

View Article

Image may be NSFW.
Clik here to view.

Dynamic Block Allocation (DBA) algorithm

Dynamic Block Allocation Algorithm [Double Brute Force (DBFA) and Multi Brute Force (MBFA)]. The Dynamic Block Allocation (DBA) algorithm represents a flexible method for partitioning string sequences...

View Article

Image may be NSFW.
Clik here to view.

Discrete Probability Detector in VB6

Discrete Probability Detector (DPD) is an algorithm that transforms any sequence of symbols into a transition matrix. The algorithm may receive special characters from the entire ASCII range. These...

View Article


Image may be NSFW.
Clik here to view.

Discrete Probability Detector in [VB6, VBA, JS]

These applications use an algorithm called DPD (Discrete Probability Detector) that transforms any sequence of symbols into a transition matrix. The algorithm may receive special characters from the...

View Article


Image may be NSFW.
Clik here to view.

Weather forecast with Markov Chains in VB6

These applications use transition matrices to make predictions by using a Markov chain. For exemplification, the values from the transition matrix, in any of the three applications, represent the...

View Article

Image may be NSFW.
Clik here to view.

Genomin

Genomin is an implementation for large-scale genomic analysis. It is made in Visual Basic 6.0 (VB6). It uses the seek method to generate buffers from large FASTA files (over 8 Gb). The screenshot shows...

View Article

Image may be NSFW.
Clik here to view.

A Markov Chains framework for simulation of behaviour

About Markov Chain Generators. A transition matrix can be calculated based on a training sequence (ex. 1, 2, 3). A Markov Chain Generator (MCG) is a prediction machine that uses a transition matrix to...

View Article

Image may be NSFW.
Clik here to view.

Markov Chains - Prediction framework

The application multiplies a probability vector with a transition matrix multiple times (n steps - user defined). On each step, the values from the resulting probability vectors are plotted on a chart....

View Article


Image may be NSFW.
Clik here to view.

Markov Chains scanner in VB6

The current VB6 application is a detector that uses two models, a model "+" that is associated with what we are looking for, and a model "-" that is associated with the background. Both models are...

View Article

Image may be NSFW.
Clik here to view.

Markov Chains The weather

This application uses a 2X2 transition matrix to make predictions by using a Markov chain. For exemplification, the values from the transition matrix represent the transition probabilities between two...

View Article


Image may be NSFW.
Clik here to view.

Simple sequence alignment in VB6

This highly responsive VB6 application is an implementation of the global sequence alignment algorithm. It allows the modification of the alignment parameters (match, mismatch, gap), and it shows the...

View Article

Image may be NSFW.
Clik here to view.

Visual Sequence Alignment in VB6

This highly visual and responsive VB6 application is an implementation of the global sequence alignment algorithm. It allows the modification of the alignment parameters (match, mismatch, gap), and it...

View Article


Image may be NSFW.
Clik here to view.

Markov Chains step-by-step algorithms in VBA

This repository includes the ".bas" implementations for Markov Chains that accompany the book entitled: Markov Chains: From Theory to Implementation and Experimentation. These ".bas" files can be used...

View Article

Image may be NSFW.
Clik here to view.

[VB6] Undocumented API: SHLimitInputEditWithFlags - Easy input filtering

UNDOCUMENTED API: SHLimitInputEditWithFlags Easily apply category filters, paste handling, and automated tooltips to an edit control. Microsoft being Microsoft, they only begrudgingly documented a...

View Article

Image may be NSFW.
Clik here to view.

Spectral Forecast equation for signals (VB6)

Intro This project uses my own mathematical model published in the Chaos journal. The model is called Spectral Forecast. The Spectral Forecast equation is a part of the Spectral Forecast model. The...

View Article
Browsing all 1476 articles
Browse latest View live