| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Balanced Binary AVL Trees Using Dynamic RAM Allocation | VB 6.0 | Advanced / Herbert Glarner (from psc cd) | 1658 since 2/11/2015 3:06:00 PM |
By 7 Users
|
|
ABSTRACT
Provides any amount of requested memory (as long
as there is available RAM) and associates that
memory with a user-defined alphanumeric key.
Features very fast retrieval in sorted order, even
faster sequential access (in the chronological
ord ...(description truncated) (ScreenShot) |
|
|
|
 |
Binary Clock (First of its kind in VB) | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / Dimitri Volski (from psc cd) | 1335 since 1/17/2015 5:29:00 AM |
By 5 Users
|
|
This is a binary clock. I saw one in Linux and decided to make one myself. It translates the clock digits to the binary using a formula, and then lights up the pictures in the right places. You can start/stop the clock to check if it is correct. |
|
|
|
 |
Binary File Maker | VB 5.0, VB 6.0 | Intermediate / Bryan Skopnik (from psc cd) | 1278 since 2/2/2015 3:15:00 AM |
By 3 Users
|
|
This is the first submission by me. What this program will show you is how to make a file combiner, and extractor. It shows you how to combine files into one file.. How to extract all files at once, or single files. The code is fairly easy to follow along ...(description truncated) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Binary tree Using Linked Lists | VB 6.0 | Intermediate / Muhammad Abubakar (from psc cd) | 5303 since 1/8/2015 5:49:00 PM |
By 7 Users
|
|
This code demonstrates making an efficient data structure called Binary Trees using linked lists. It has word document explaining how data is stored in a binary tree. Binary trees are the most effecient and fastest way of storing and sorintg data, as this ...(description truncated) |
|
|
|
 |
BinWorks II | VB 5.0, VB 6.0 | Intermediate / Peter Raddatz (from psc cd) | 1068 since 1/10/2015 5:46:00 PM |
By 10 Users
|
|
BinWorks was cool. Written in PB it provided Bin$, Rotates etc.. Well step over BinWorks here is BinWorks II with much more speed and a few extras. Mind you the Bindll.dll was written in C, but it was written with VB in mind and the emphasis on SPEED. The ...(description truncated) |
|
|
|
 |
Bl@ck$corpion (EXE compiler) | VB 6.0 | Intermediate / [Wouter van Koppen] (from psc cd) | 930 since 1/30/2015 9:06:00 AM |
By 8 Users
|
|
Compiles exe files with text and a picture (ScreenShot) |
|
|
|
 |
Build a Stateless Class | VB 5.0, VB 6.0 | Not Given / Mark Freni (from psc cd) | 2174 since 1/2/2015 7:46:00 PM |
By 3 Users
|
|
The example shows how to create a "Stateless" Class. By sending and receiving UDT's and disconnected recordsets you will find a significant increase in speed with your objects in a 3 tiered application. If you use collections, each time you get/set a prop ...(description truncated) |
|
|
|
 |
Building Professional DNA Components | VB 6.0 | Advanced / C. Sibon (from psc cd) | 1768 since 1/9/2015 8:51:00 AM |
By 15 Users
|
|
Building Professional ActiveX Components (DLL) for Microsoft® Windows® Distributed interNet Applications Architecture (Windows DNA), in this example you maybe understand the use of DataAccess Components and Bussiness Logic Components, my compone ...(description truncated) |
|
|
|
 |
bytes to KB, MB or GB | VB 5.0, VB 6.0 | Advanced / Adam Orenstein (from psc cd) | 2197 since 1/6/2015 2:27:00 AM |
By 5 Users
|
|
with my code you can input a number of bytes and it will tell you how many Kilobytes Megabytes or Giga bytes it is equal to. |
|
|
|
 |
C4 Mp3 Compiler | VB 6.0 | Advanced / CS3 (from psc cd) | 1259 since 1/30/2015 3:52:00 PM |
By 5 Users
|
|
C4 MP3 Compiler MP3 file to an Self Playing MP3 Executable file, wich means no need for an MP3 Playing SW like Winamp / WMP etc., based on the popular MP32EXE Sw.
The Compiled Exectable self plays itself if it has the extension 'EXE' and it IT ALSO PLAYS ...(description truncated) |
|