I’m new to Visual Studio so this question might be trivial, but I just can’t figure out how I can set slider properties. I’ve added a slider to my program so that the user can set a threshold that is used for some computations.
Unfortunately, the slider is fixed to return values from 0 to 100. There sure must be a way to change this default range, right?
EDIT I can easily set the slider range if the project is in C#.
Where IDC_SLIDER1 is the identifier.