Hi
I have created a trackbar in my application with these values
How do i do prevent selection of values between each 5000 when i using the mouse to slide (same scenario with mouse and right/left arrow)Code:trackTimmar.Maximum = 30000;
trackTimmar.TickFrequency = 5000;
trackTimmar.SmallChange = 5000;
trackTimmar.LargeChange = 5000;

