09-04-2017 Saat: 22:33
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]