01.
Private
Sub
Listbox1_SelectedIndexChanged(sender
As
System.
Object
, e
As
System.EventArgs)
Handles
Listbox1.SelectedIndexChanged
02.
ComboBox1.Items.Clear()
03.
04.
Select
Case
Listbox1.SelectedIndex.ToString
05.
Case
"0"
06.
Me
.CenterToScreen()
07.
ComboBox1.Items.Add(
" "
)
08.
ComboBox1.Items.Add(
" "
)
09.
ComboBox1.Items.Add(
" "
)
10.
ComboBox1.SelectedIndex = 0
11.
ComboBox1.DropDownStyle = ComboBoxStyle.DropDownList
12.
13.
Label2.Text =
" "
14.
Label3.Text =
" "
15.
Label4.Text =
" "
16.
PictureBox4.ImageLocation =
" "
17.
PictureBox5.ImageLocation =
" "
18.
PictureBox6.ImageLocation =
" "