Hi!
I have a trouble in Vb 6.0. I have a slider control and when I load the current form I define the ticks.
For the following example:
sliAccuracy.Min = 1
sliAccuracy.Max = 24
sliAccuracy.TickFrequency =1
sliAccuracy.TickStyle=1
It will show 24 ticks like
_____________________
' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '
I want to modify this and I want to verify if each value is correct.
If a value doesn't respect a condition the tick associeted will not be shown.
For example:
the value of the third tick is not correct in this case the slide wil be:
_____________________
' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '
The third tick is not visible.
OR
If a value doesn't respect a condition the tick associeted will be disabled.
For example:
the value of the third tick is not correct in this case the slide wil be disabled.
_____________________
' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '
Thank you very much!
I have a trouble in Vb 6.0. I have a slider control and when I load the current form I define the ticks.
For the following example:
sliAccuracy.Min = 1
sliAccuracy.Max = 24
sliAccuracy.TickFrequency =1
sliAccuracy.TickStyle=1
It will show 24 ticks like
_____________________
' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '
I want to modify this and I want to verify if each value is correct.
If a value doesn't respect a condition the tick associeted will not be shown.
For example:
the value of the third tick is not correct in this case the slide wil be:
_____________________
' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '
The third tick is not visible.
OR
If a value doesn't respect a condition the tick associeted will be disabled.
For example:
the value of the third tick is not correct in this case the slide wil be disabled.
_____________________
' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '
Thank you very much!