This is Yoga Utama blog's

Thank you for visiting.

Senin, 31 Oktober 2011

Pembudidayaan Udang Galah

v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Normal 0 false false false false EN-US X-NONE X-NONE ...

Selasa, 18 Oktober 2011

Cara Membuat Program Konversi Suhu Dengan Vb

Terlebih dahulu buatlah form seperti berikut ini: Kemudian masukkan source code berikut ini: Dim Celcius As Single Dim Reamur As Single Dim Fahrenheit As Single Dim Kelvin As Single Private Sub Command1_Click() If Option1.Value = True Then Celcius = Val(Text1.Text) Reamur = Celcius * 0.8 Fahrenheit = (Celcius * 9 / 5) + 32 Kelvin = Celcius + 273 IsiText End If If Option2.Value...