| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Dynamic Multidimensional Arrays | VB 5.0, VB 6.0 | Intermediate / John C Kirwin (from psc cd) | 1083 since 1/22/2015 7:24:00 PM |
By 5 Users
|
|
This is a fully commented simple example of a two-dimensional array with rows and columns just like a spreadsheet in a program like MS Excel. (ScreenShot) |
|
|
|
 |
Enhanced Collection | VB 5.0, VB 6.0 | Advanced / Nick Hall (from psc cd) | 924 since 1/9/2015 8:36:00 AM |
By 10 Users
|
|
This code provides an enhanced version of the Collection class provided by VB.
Features include:
- Search/Sort capabilities, including support for a callback interface in your classes which allows customisation of this feature;
- Update an item in-place, ...(description truncated) |
|
|
|
 |
Excel Class - write to an XLS file without DLL's or Excel automation | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / Paul Squires (from psc cd) | 13583 since 1/9/2015 6:18:00 AM |
By 79 Users 2 Excellent Ratings
|
|
Writes an Excel BIFF 2.1 spreadsheet file DIRECTLY. No external DLL's or Excel automation needed. Great for exporting data from your application to an Excel spreadsheet without the overhead of JET or ADO.
This is a small update that includes the ability t ...(description truncated) (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Excel File format (BIFF) Reader | VB 5.0, VB 6.0 | Intermediate / David Santos (from psc cd) | 4477 since 2/12/2015 2:48:00 PM |
By 8 Users
|
|
Ever wanted to extract data from an Excel file without the use of a clunky Excel object? BEEF is a preliminary class for reading data from excel files. Based on OpenOffice documentation (included), BEEF can currently only read BIFF8/8X files. This is a be ...(description truncated) |
|
|
|
 |
File Copier with Binary | VB 6.0 | Intermediate / Youval Pikel (from psc cd) | 1114 since 1/17/2015 10:14:00 PM |
By 3 Users
|
|
This code gives a sample for using Binary Access
For Files , the code simulate copying files from one folder to another with progress bars for
Current File And Entire batch job
It is really simple to use this Code |
|
|
|
 |
Finnaly Connect to a SOCKS 4 server via VB.Commented | VB 5.0, VB 6.0 | Beginner / DetonEtor (from psc cd) | 1113 since 2/3/2015 3:45:00 AM |
By 6 Users
|
|
THis programm connects to a SOCK 4 proxy server and tell him to make a onnection with another pc.
In the example(screeenshot) i use my proxy server to conncet to an undernet server. (ScreenShot) |
|
|
|
 |
FYI: SafeArrays - Understanding Them | VB 5.0, VB 6.0 | Intermediate / LaVolpe (from psc cd) | 1308 since 2/17/2015 5:24:00 AM |
By 9 Users
|
|
A little project to help explain how to read SafeArray structures just from the pointer. The project shows how you can determine if the array contains longs, dates, variants, etc, the number of dimensions, and more. Additionally, the code does not use Var ...(description truncated) (ScreenShot) |
|
|
|
 |
FYI: Self-Balancing Binary Tree | VB 5.0, VB 6.0 | Intermediate / LaVolpe (from psc cd) | 1920 since 2/19/2015 3:29:00 PM |
By 4 Users
|
|
For those that like linked lists, heaps, hash tables, etc, here is a self-balancing binary tree. If you are not familiar with binary trees, I included an RTF document to help understand them. For the rest of us, we know a worse-case binary tree is a linke ...(description truncated) (ScreenShot) |
|
|
|
 |
FYI: Serialize MultiDimensional Arrays | VB 6.0 | Advanced / LaVolpe (from psc cd) | 1270 since 2/16/2015 6:36:00 PM |
By 10 Users
|
|
Small updates & converted to Class Module. Maybe usercontrol writers might find this useful; other than that? The attached code is a bunch of memory manipulation to convert/serialize any dimension array into a single dimensioned byte array, primarily ...(description truncated) |
|
|
|
 |
Gamasort, an improved Radix Sort Exchange Algorithm | VB 5.0, VB 6.0 | Advanced / Joseph Gama (from psc cd) | 975 since 1/26/2015 8:02:00 AM |
By 2 Users
|
|
* This is a Radix Sort Exchange routine which will work only on
* unsigned integers (unlike a general sorting function which
* works based on comparisons). Since its complexity overhead
* is pretty large, it is efficient on big array where the
* maxim ...(description truncated) |
|