Search Tools Links Login

Cool Address Book


Visual Basic 6, or VB Classic

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.

Original Author: Joshua Nixon

Assumptions

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.

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 90 times

Categories

Visual Basic 6

Attachments

Cool Addre22223752001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 164,537 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.