Kamis, 09 Mei 2013

Latihan 3 Visual Basic - Variabel Test

Latihan 3 Visual Basic - Variabel Test



Option Explicit

Dim test2 As Integer

Private Sub Command1_Click()
    Dim test1 As String
 
    test1 = "nusantara"
 
    Label1.Caption = test1
    Label2.Caption = test2
    Label3.Caption = test3
End Sub

Private Sub Command2_Click()
    test2 = 10
 
    Label1.Caption = test1
    Label2.Caption = test2
    Label3.Caption = test3
End Sub

Private Sub Command3_Click()
    Const test3 As Single = 90.55
 
    
    Label1.Caption = test1
    Label2.Caption = test2
    Label3.Caption = test3
End Sub

Latihan 2 Visual Basic - Method Test

Latihan 2 Visual Basic - Method Test


Private Sub Form_Load()
    Combo1.AddItem "Umar"
    Combo1.AddItem "Salman"
    Combo1.AddItem "Halimah"
    Combo1.AddItem "Shafira"
    Combo1.ListIndex = 0
End Sub

Private Sub Command1_Click()
    List1.AddItem Combo1.Text
    Combo1.SetFocus
End Sub

Private Sub Command2_Click()
    List1.RemoveItem List1.ListIndex
End Sub

Private Sub Command3_Click()
    List1.Clear
    Combo1.SetFocus
End Sub

Latihan 1 Visual Basic - Property

Latihan 1 Visual Basic - Property



Private Sub Command1_Click()
    Label2.Caption = Text1.Text
End Sub

Private Sub Command2_Click()
    End
End Sub

Private Sub Option1_Click()
    Label2.ForeColor = vbBlue
End Sub

Private Sub Option2_Click()
    Label2.ForeColor = vbRed
End Sub

Private Sub Check1_Click()
    Label2.FontBold = Check1.Value
End Sub

Private Sub Check2_Click()
    Label2.FontItalic = Check2.Value
End Sub

Sabtu, 04 Mei 2013

Persiapan Pemrograman Android dengan JAVA - Eclipse

Sebelum kita mulai melakukan pemrograman ada beberapa persiapan yang harus dilakukan seperti melakukan instalasi beberapa software yang dibutuhkan berikut ini, adapun program yang harus diinstal untuk keperluan pemrograman android ini dapat disimak dari tutorial video berikut ini :

video 1
video 2


video 3

video 4


selamat berlatih 

 
Design by Wordpress Theme Template Blog Free | Bloggerized by Free Blogger Templates | coupon codes