You are on page 1of 3

NAMA : Muhammad Ryaas Aditya Pratama

KELAS : KMA R31/19


NPM : 19306032
PRAKTEK VISUAL BASIC QUIZ – 7 LOOPING

Tampilan
Toolbox + Properties
 Form  Button 1
 StartPosition, CenterScreen  Text, For - Next
 Text, Latihan Looping  Name, btnfor
 Name, loopsaya  Button 2
 Label 1  Text, While - EndWhile
 Text, Nilai Awal  Name, btnwhile
 Name, lblawal  Button 3
 Label 2  Text, Do While - Loop
 Text, Nilai Akhir  Name, btndo
 Name, lblakhir  Button 4
 Textbox 1  Text, Clear List
 Name, txtawal  Name, btnclear
 Textbox 2  List Box 1
 Name, txtakhir  Name, Lathasil
Code

You might also like