D
Dale Fye
I just had a client ask if I could add a slider bar next to a textbox, so I
added the MSComctlLib.Slider.2 control to my form.
Interestingly, this slider does not have a control source, so I have to set
its value programmatically. And since it is not bound, it doesn't have
Before and After Update events, so I have to use the Exit event to change the
value of the textbox, which is kind of awkward, since the value in the text
box doesn't change until the user goes to another control on the form.
Does anyone know of a bound slider control I could use?
added the MSComctlLib.Slider.2 control to my form.
Interestingly, this slider does not have a control source, so I have to set
its value programmatically. And since it is not bound, it doesn't have
Before and After Update events, so I have to use the Exit event to change the
value of the textbox, which is kind of awkward, since the value in the text
box doesn't change until the user goes to another control on the form.
Does anyone know of a bound slider control I could use?