First Lessons is to Designing and Naming our GUI
I presume that you have already installed VB6(Visual Basic 6)In your machine or PC.
Lets start with new Form Standard exe,then Add 3 Text boxes,3 Labels,2 Buttons and 1 List view.
Next Rename each:as follows:
Form1.Caption = My Phone Book
Text1 = txtfullname
Text2 = txtaddress
Txet3 = txtnumber
Label1 = Full Name
Label2 = Address
Label3 = Phone Number
Command1 = Save
Command2 = Cancel
ListView1 = lvPhonebook
Part1 Finish...
Walang komento:
Mag-post ng isang Komento