This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Minggu, 28 Oktober 2012

Tugas Pemrogaman VB

Modifikasi Program Penjualan Saat form dijalankan : semua isian tidak aktif, tombol isi data dan tutup aktif, tombol clear    tidak aktif. 2. Saat ditekan tombol isi data : kode barang jumlah barang, cara beli tombol clear aktif,    tombol isi data tidak aktif. 3. Saat ditekan tombol clear maka akan sama...

Minggu, 21 Oktober 2012

Analis Program Visual Basic

Jawaban Latihan 1 NO.3 a.  Penyebabkan error pada btalamat1_Click adalah : Kita seharusnya mendeklarasikan variabel “alamat” dengan DIM dan type data STRING         Dim alamat As String         alamat = "kuningan"         txtalamat.Text = alamat b.         Karena Pada tombol nama1 pendeklarasian nama sudah di masukan Dim nama As String Nama = “Nandang” dan pada tombol nama2, nama belum di deklarasikan sehingga...

Minggu, 14 Oktober 2012

MEMBUAT APLIKASI SUHU DENGAN VISUAL BASIC

Pada Button1(Kelvin) Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim x, z As Double x = Val(TextBox1.Text) z = x + 273 TextBox2.Text = z End Sub Pada Button2(Farenheit) Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim x, z As Double x = Val(TextBox1.Text) z = (x * 1.8) + 32 TextBox2.Text = z End Sub Pada Button3(Reamur) Private Sub Button3_Click(ByVal sender As System.Object, ByVal e...

Page 1 of 212Next

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More