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

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

Image may be NSFW.
Clik here to view.

Mix two signals by using Spectral Forecast in VB6

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

View Article


Image may be NSFW.
Clik here to view.

Liquidity planner: new WebView2 demo application

Like last year's "Vacation Planner" (https://www.vbforums.com/showthread....light=webview2), the "Liquidity Planner" is a small but complete VB6 application whose GUI is entirely based on the Microsoft...

View Article

Small Collection of RC6 Helper Methods

In case they are of use to anyone else, I'm posting a few small RC6 helper methods that I use quite frequently alongside my RC6 apps. Nothing earth shaking here, but these methods can help reduce some...

View Article


Image may be NSFW.
Clik here to view.

Micro chart in VB

This compact chart takes into account both positive and negative values from an input. Thus, this VB chart takes into account a lower bound as well as an upper bound. The lower bound represents the...

View Article

FYI: Store many images as StdPicture without hitting the GDI objects limit

I recently had to store many images that are StdPicture objects. The problem is that each one create a new GDI object, and the (default) limit of max GDI objects is 1000. (It is set on the key...

View Article


Image may be NSFW.
Clik here to view.

Helper functions to avoid running out of resources

A process has limited resources available. They can be of several kinds, here we cover GDI objects, RAM and Disk. If your program must be able to handle, or at least not to crash with huge amounts of...

View Article

Image may be NSFW.
Clik here to view.

Binary files inside EXCEL VBA

This application converts any executable file to VBA source code that can be included as a '.bas' module in an EXCEL file. Once inserted into the EXCEL file, the VBA code can be used to completely...

View Article

Image may be NSFW.
Clik here to view.

Binary metamorphosis

The VB6 applications shown here use the hexadecimal system to encode the binary content of an executable file. The point here is that one may compile an executable file that contains another executable...

View Article
Browsing all 1466 articles
Browse latest View live


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