Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Dave Albin"

Loan CalculatorVersion: VB6
Author: Dave AlbinSubmitted: 12/30/2007Downloads: 6474
This program calculates the payment schedule for fixed rate loans with and without additional amounts applied to the principle of the loan.

VB Active X Component for Filemaker ProVersion: VB6
Author: Dave AlbinSubmitted: 11/6/2003Downloads: 4803
This project group contains an Active X code component called MyFMInterface(a dll file) which facilitates using Visual Basic as a front end for Filemaker Pro 5.0-6.0 databases. Also in the project group is a regular "Client" application which demos who t ...more>>

Filemaker ODBC ExampleVersion: VB6
Author: Dave AlbinSubmitted: 10/26/2003Downloads: 7125
Filemaker Pro is a database application which can provide a cost effective solution to both desktop and network users. Yet, little documentation exists on how to use VB and Filemaker together. This code demonstrates how to use the Filemaker Type library ...more>>

Demonstrates how to create and use INI files for p...Version: VB6
Author: Dave AlbinSubmitted: 11/29/2002Downloads: 6625
Demonstrates how to create and use INI files for persisting information between successive uses of an application. INI files can be used to save user-specific information like names, preferences, default directories, fonts, etc. Includes a 4-5 page inst ...more>>

This object-oriented app reads in x,y data and fit...Version: VB6
Author: Dave AlbinSubmitted: 9/27/2002Downloads: 6914
This object-oriented app reads in x,y data and fits the data to either a 1st, 2nd, or 3rd degree polynomial (using Cramer's Rule to solve various determinants). The app creates an output file of the "fit" data which can be compared with the "raw" data. ...more>>

An nifty interpolation utility. Read in x,y data ...Version: VB6
Author: Dave AlbinSubmitted: 8/30/2002Downloads: 6263
An nifty interpolation utility. Read in x,y data where x is not uniformly spaced. The program auto detects the highest possible resolution in x and interpolates the y-values using that resolution. This version handles both integer and real values of x. ...more>>

Demonstrates a 2-dimensional random walk. A "walk...Version: VB6
Author: Dave AlbinSubmitted: 12/27/2001Downloads: 6294
Demonstrates a 2-dimensional random walk. A "walker" is placed in the middle of the screen. It then moves in a random fashion for 10,000 steps. The initial and final position are shown.

This is an object-oriented demonstration of how to...Version: VB6
Author: Dave AlbinSubmitted: 10/13/2001Downloads: 6449
This is an object-oriented demonstration of how to create fighter-class objects for games involving combat. It is intended only as an instructional demonstration of OO programming, i.e., it's not a game. A 2 page Word 97 document describes the app and t ...more>>

SQL Probe - A very small but efficient app for pro...Version: VB6
Author: Dave AlbinSubmitted: 9/9/2001Downloads: 12686
SQL Probe - A very small but efficient app for probing non-protected MS Access databases. After viewing database components (tables and fieldnames), the user enters a SQL statement. The returned recordset is displayed in a MSFlexGrid control. A great to ...more>>

This is a MDI application which allows you to comp...Version: VB6
Author: Dave AlbinSubmitted: 5/19/2001Downloads: 12751
This is a MDI application which allows you to compare (both by tables and graphs)the payment schedules and specifics (total loan cost, interest, #periods, etc.)of different fixed rate loans. You can also determine the advantage of applying an additional ...more>>
Page 1 of  2  Next >>

Go to page: 1  2