Quantcast
Channel: Visual Basic 6.0 - Superior Source Code
Browsing latest articles
Browse All 181 View Live

Image may be NSFW.
Clik here to view.

Matrix multiplication - math in code (by Davide Chiappetta)

Source:https://www.facebook.com/ChiappettaDavide/photos/a.634314959954201/2180671991985149/?type=3&theater

View Article


Image may be NSFW.
Clik here to view.

Array, array, array (by Davide Chiappetta)

Source:https://davidechiappetta.wordpress.com/http://davidechiappetta.blogspot.com/

View Article


Image may be NSFW.
Clik here to view.

PE 64 bit vs 32 bit (by Davide Chiappetta)

Source:https://davidechiappetta.wordpress.com/http://davidechiappetta.blogspot.com/

View Article

Pool 3D game with Artificial Intelligence in VB6 (by Mikle)

Look at my new game. Written, as usual, on the VB6, size - 32 KB (compressed by UPX). Works on Windows from XP to 10, does not require installation. System requirements are minimal (all in ReadMe). You...

View Article

See matrix content in pure ASCII: Show an array content in the console !

Source: Gagniuc, Paul A. (2017). Markov Chains: From Theory to Implementation and Experimentation. USA, NJ: John Wiley & Sons. pp. 1–235. ISBN 978-1-119-38755-8.Function MatrixPaint(w, d,ByVal m...

View Article


Happy Holidays !

Download from MEDownload from YandexOptionExplicit PrivateDeclareFunction PlaySound Lib "winmm.dll" Alias "PlaySoundW" (ByVal lpszName AsLong, ByVal hModule AsLong, ByVal dwFlags AsLong) AsLong Private...

View Article

Numerical or financial Math: VBA / EXCEL / VB6

Download from MEDownload from SOURCEClassical binomial model CRR_optimized.zip    Simplifying algebraic terms in the binomial model of Cox-Ross-Rubinstein for american options the    speed against the...

View Article

ALGLIB: Numerical analysis and data processing library in VB6 (by Dr. Sergey...

Download from MEDownload from VBForums102 modules containing several hundred advanced mathematical functions written by Dr. Sergey Bochkanov. Some of the functions, include:Decision forest classifier...

View Article


Working with pointers - VB6 (by Krivous Anatoly Anatolevich)

Often there are situations when you need to get data having only the address (for example, in WndProc, HookProc). Usually, simply copy the data via CopyMemory the structure after changing data and copy...

View Article


Image may be NSFW.
Clik here to view.

String-style operations by wrapping a Byte array

Download from VBForumsDownload from MEPeople seem to get tangled up in their underwear a lot trying to fiddle with binary data in String variables. Often they run into nightmares where they convert...

View Article

How to insert machine code in source code: VB6 & ASM

Just a quick post for documentation sake of using inline asm with VB6 (or at least as close as we can get to it without an external c dll. In terms of development of the asm to put in. You can use your...

View Article

Calculating hashes: MD2, MD4, MD5, SHA1, SHA2-256, SHA2-384, and SHA2-512

It works with MD2, MD4, MD5, SHA1, SHA2-256, SHA2-384, and SHA2-512. Put the below code in a module (BAS file). It does everything that CAPICOM does regarding hashes, but without using any ActiveX DLL...

View Article

Image may be NSFW.
Clik here to view.

Tempest Test for Windows

Download from MEDownload from MediaFireFirst a bit of background on the subject:Tempest is the concept of being able to retrieve usable information about what data is being processed by a computer or...

View Article


Gigabyte file read/write: Binary I/O on very large disk files

Download from MEOption Explicit''HugeBinaryFile'==============''A class for doing simple binary I/O on very large disk files'(well over the usual 2GB limit). It only does I/O using Byte'arrays, and...

View Article

Russian 3D Jet simulator in Visual Basic 6.0

Links on VBForums start to disappear in time as they are replaced with more and more complex implementations in VB6. What I do here is to preserve what Mikle uploaded on Yandex. If you wish to build a...

View Article


Digital Signal Processing (VB6)

Visual Basic 6.0 - Preview:'======================================================================' Descrizione.....: Collezione di routines e costanti di utilita'' per il Digital Signal...

View Article

Image may be NSFW.
Clik here to view.

ProcCounters & ProcMonitor - instrument your application

An issue many of us deal with is trying different approaches in an application in order to improve performance. Often enough these are big changes, for example ADO Client vs. Server cursor location or...

View Article


Image may be NSFW.
Clik here to view.

CryptoAPI encryption/Decryption, hashing, and random number generation (by...

Demonstration of CryptoAPI encryption/Decryption, hashing, and random number generation. Encryption includes RC2, RC4, DES, DES3, AES-128, AES-192, AES-256. Hashing includes MD4, MD5, SHA-1, SHA-256,...

View Article

Image may be NSFW.
Clik here to view.

Voronoi diagrams (by David Rutten)

Voronoi diagrams are named after Russian mathematician Georgy Feodosievych Voronoy who defined and studied the general n-dimensional case in 1908.Voronoi diagrams are quite useful tools in...

View Article

Image may be NSFW.
Clik here to view.

Ant colony simulation (by David Rutten)

Simulate the behaviour of an Ant colony. This is an experiment of a system with 'intelligent' agents who affect and are affected by their environment and counterparts.Download from MEDownload from PSC...

View Article

Image may be NSFW.
Clik here to view.

Access of Speed 6 - a 3D game with sources in VB6

Mikle again ! I have posted projects from Mikle in the past. If you don't know who Mikle is, well, he is the best 3D developer I have seen.I think his name is "Михаил Ильин", which translated is Mihail...

View Article


Image may be NSFW.
Clik here to view.

Quake shooter - a 3D game with sources in VB6

Mikle again ! I have posted projects from Mikle in the past. If you don't know who Mikle is, well, he is the best 3D developer I have seen. I think his name is "Михаил Ильин", which translated is...

View Article


Image may be NSFW.
Clik here to view.

PhotoDemon - the number one photo editor (VB6)

This open source project is one of the most advanced photo editors in the world. Obviously it is made in Visual Basic 6.0! When I see a project like this I have to keep a moment of silence in sign of...

View Article

Image may be NSFW.
Clik here to view.

MSVBVM60.dll library - open source version in C++

When I have seen the title on GitHub I started to cough in disbelief. From where?, how?, since when do we have the open source of the main engine of VB6? This post is a big ! A moment of silence please...

View Article

Image may be NSFW.
Clik here to view.

Trend Micro HiJackThis source code in VB6

The HiJackThis project is made by Stanislav Polshyn, a professional in our community! I advise you to visit his repositories on GitHub. HiJackThis literally made history (Trend Micro).Download from...

View Article

Browsing latest articles
Browse All 181 View Live