VB6 Samples,Tutorials and SourceCode:
'via Blog this'
Biyernes, Setyembre 9, 2011
Inventory System Tutorial(Part4)
Finally the last tutorial of these project is already DONE.
These part was adding Code in 2 Command Button which is the Save and Cancel Button.
Finish Project:
For the Source Code:
http://www.mediafire.com/?e69pwoeesj9tyjt
Inventory System Tutorial(Part3)
Now we are going to connect the Project named Phone Book to the Database.
First Add a module to our Project
Write Down the Code illustrated on screen below.
Change the Start up Mode from Form1 to Sub main.
Enjoy.
End of Part3
First Add a module to our Project
Write Down the Code illustrated on screen below.
Change the Start up Mode from Form1 to Sub main.
Enjoy.
End of Part3
Inventory System Tutorial(Part1)
Objective:To make a simple Phone book as our first steppingstone in Making Inventory System.
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...
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...
Mag-subscribe sa:
Mga Post (Atom)