VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



My Address Book

by Action Jackson (1 Submission)
Category: Data Structures
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (13 Votes)

PLEASE VOTE for this program! This personal address book is an excellent example of the use of sequential data manipulation and the code is fully documented with algorithm for the beginner. It demonstrates the use of the SaveAs and Open Common Dialog boxes. Arrays were used for text entry boxes and for command buttons. User defined Type is declared in the AddressBook form declaration section. Named constants are used to hold the text box and command button arrays. Data entered into the various text boxes is placed in a database file(*_db) OR text(.txt) file in a sequential manner. The data in the default *._db file is automatically loaded when the program is started. The functionality will allow the user to create new data files using the SaveAs Dialog allowing creation of various files such as Friends, Family or business data files.

Assumes
Fully documented for the beginner

Rate My Address Book

Download My Address Book

Download My Address Book (10 KB)

My Address Book Comments

No comments have been posted about My Address Book. Why not be the first to post a comment about My Address Book.

Post your comment

Subject:
Message:
0/1000 characters