I want some simple thing ,but I dont know how do this. When I click on dataGridView some row ,to one column I have some int value. I need to set value to trackbar. How I can do this?
This is the last code, what I tried
trackBar1.Value = row.Cells["priority"].Value.ToString();c
Thank you!