04-10-2017, 04:33 AM
Kod:
If CheckBox1.Checked = True Then
Form2.Show()
End If
If CheckBox1.Checked = False Then
Form2.Close()
End If
Form'a eklenicek Kod
Kod:
TrackBar1.SetRange(1, 100)
TrackBar1.Value = 100
TrackBar eklenicek Kod
Kod:
Form2.Opacity = TrackBar1.Value / 100
[/size][/font][/align]