VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Cool Address Book

by Joshua Nixon (3 Submissions)
Category: Coding Standards
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (11 Votes)

This a example on how to make an address book it show how to write to a new file created by you using print and loading it back by line input. It has a part where u can add up to 5 people at a time.

Assumes
This a example on how to make an address book it show how to write to a new file created by you using print and loading it back by line input. It has a part where u can add up to 5 people at a time.
Code Returns
Votes hopefully hahaha
Side Effects
none so far if any tell me please
API Declarations
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
Private Declare Sub ReleaseCapture Lib "user32" ()
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Integer, ByVal lParam As Long) As Long

Rate Cool Address Book

Download Cool Address Book

Download Cool Address Book (159 KB)

Cool Address Book Comments

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

Post your comment

Subject:
Message:
0/1000 characters