Iam trying to construct a personal address book
using Random Access Files entry to store data.That will allow you to input name,address,phonenumber,
and notes for each person entered. Will allow user
to enter last name,frist name,address(allowtwo lines),state,zip code,and phone number in text boxes. It will also include a notebook that allow you to place notes on a record. I to create a pseudo-toolbar with commands New, Next, Previous, Delete, Search, Exit,Phone,And Notes. If there areno more files a dialog box should come up stating that fact. Everyone pseudo-command should show a dialog box to explain the action. If a name can’t be found a special dialog box should show this then Exit menu should program to exit.