I'm trying to implement values to a track bar and save the value they pick into my module. I have attached a picture to show what it looks like. Any help would be greatly appreciated.
Printable View
I'm trying to implement values to a track bar and save the value they pick into my module. I have attached a picture to show what it looks like. Any help would be greatly appreciated.
Ok, so all you have to do is set the Minimum/Maximum to 1 and 10 respectively, and then call TrackBar1.Value to get the value of the position of the slider. The question becomes how do you want to save the value, thats really up to you.
Thank you :)