|
|
Create Your Own Address Book
By Roman Lebedinskiy - http://chupcha.acky.net/
LAST EDITED:
Wednesday, May 2, 2001 8:09 PM
Step 2 - Setting the form properties:
Now you have to set the properties of all the buttons, text boxes, the form
and the databar.
(Name) Property:
- Text Boxes (From the Top) - txtName, txtLastName,
txtAddress, txtPhone,
txtEmail and txtComments
- Buttons (From the Top) - cmdExit, cmdAdd,
cmdUpdate, cmdDelete
- Data-bar - databar
Caption property
- Labels (From the top) - 'First Name:' , 'Last
Name' , 'Address', 'Phone',
'Email', 'Comments'
- Buttons (From the top) - 'Exit' , 'Add'
, 'Update' , 'Delete'
- Databar: 'Last | Previous Next | Last'
Set the text of all the text boxes to blank, just delete everything that's under
the Text Property.
After you have finished, it should look something like this:

Save the form and the project; give it a name of "AddBook"
Click Here to go to Step 3 »
|
|
|
|
|