cevik123123
Member
- Joined
- Oct 28, 2018
- Messages
- 6
- Programming Experience
- Beginner
Hi, Im new here and i have a question.
i added to my form trackBar1,trackBar2,trackBar3
and make the change property is
and in main class i want to give them for
but thats not working...
can anybody help me ?
i added to my form trackBar1,trackBar2,trackBar3
and make the change property is
C#:
trackBar1.Value , trackBar2.Value, trackBar3.Value
C#:
Form.BackColor = Color.FormArgb(trackBar1.Value,trackBar2.Value,trackBar3.Value)
can anybody help me ?