| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Dancing Links | VB 6.0 | Advanced / Korejwa2 (from psc cd) | 3029 since 2/20/2015 7:31:00 PM |
By 5 Users
|
|
DLX is a depth-first-search backtracking algorithm that finds all solutions to the exact cover problem. Solve sudoku and N queens puzzles. See Knuth's Dancing Links paper for algorithm details. (ScreenShot) |
|
|
|
 |
DAO Database Example | VB 6.0 | Intermediate / D.W. (from psc cd) | 1285 since 1/17/2015 11:07:00 PM |
By 7 Users
|
|
A generic, expandable project that can create a
database; add and delete tables, recordsets and fields. Populates combo boxes and text fields. |
|
|
|
 |
Data Environment Example | VB 5.0, VB 6.0 | Intermediate / Thomas D. Tomlins (from psc cd) | 2235 since 1/5/2015 8:21:00 PM |
By 6 Users
|
|
DataEnvironment is one item that is hard to find
Detail information about how to use it. I truly
Believe VB's DataEnvironment is the way to go
But using it takes time. This program will go
over some way's to make your data-environment more Flexable dur ...(description truncated) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Data types in Visual Basic | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 | Intermediate / Deepanjan Datta (from psc cd) | 1280 since 1/29/2015 11:54:00 AM |
By 8 Users
|
|
Learn everything about data types supported by Visual Basic!!!(Don't look at the ratings because this article has been updated to make it as complete as possible!!!) |
|
|
|
 |
Datafile Class | VB 6.0 | Beginner / Paul Berlin (from psc cd) | 1364 since 1/25/2015 4:04:00 PM |
By 6 Users
|
|
Reads/Writes data (Strings, Bytes & Longs) to an binary file. Very easy & quick to use. Strings can be any length, up to 255 characters and Longs are converted to 4 bytes before writing. There is an example form to help you get started. UPDATED: Increased ...(description truncated) |
|
|
|
 |
dbase III module | VB 6.0 | Beginner / Steven Tanimura (from psc cd) | 1209 since 1/16/2015 11:15:00 PM |
By 8 Users
|
|
Allows the user to directly manipulate the contents of a dbase III compatible file. |
|
|
|
 |
Dictionary Class | VB 5.0, VB 6.0 | Beginner / Leo Shuster (from psc cd) | 1559 since 1/8/2015 4:23:00 PM |
By 2 Users
|
|
This set of classes extends the functionality of VB Collection into a full-fledged Dictionary. Now, a VB programmer not only can find the stored object by name. Additional features include object search, existense testing and more. |
|
|
|
 |
DictionaryTree | VB 5.0, VB 6.0, ASP (Active Server Pages) , VBA MS Access | Intermediate / Stephen Goguen (from psc cd) | 1279 since 1/10/2015 4:20:00 AM |
By 3 Users
|
|
Allows you to store data using a self describing method, much like XML minus Attributes. Ex:
Dim AddressBook As VCollection
AddressBook!Coworkers!John!Phone = "201-345-3456"
That's the basics... Check out the module VShared, and you'll find a test procedu ...(description truncated) |
|
|
|
 |
Dijkstra PathFinding in Arbitrary Graphs and Raster Images! (Update #1) | VB 6.0 | Intermediate / Stavros (from psc cd) | 5695 since 2/11/2015 3:34:00 PM |
By 21 Users
|
|
This is an efficient implementation of Dijkstra's algorithm using a Linked List and a Priority Queue (Binary Heap). Unlike most other path finding implementations found in PSC, this application maintains a topological structure to store and navigate throu ...(description truncated) (ScreenShot) |
|
|
|
 |
DLL Tutorial - MyFirstDLL | VB 5.0, VB 6.0 | Intermediate / Rob Loach (from psc cd) | 1314 since 2/4/2015 2:02:00 PM |
By 3 Users
|
|
Learn how to not only create a DLL file, but also add it to another project, and call its functions, subs, and properties. This tutorial is step-by-step and very easy to understand. I made this because I noticed that all the other how-to DLL examples on P ...(description truncated) |
|