Floating point with VB Slider Control?
-
Hi, I am Using Slider control. I want Small changes value set in floating point. It is possible? I have move to slider control on 0.1, 0.2, 0.3..... to 1. Pls help any idea? or url pls Regards, M.Mathivanan
-
Hi, I am Using Slider control. I want Small changes value set in floating point. It is possible? I have move to slider control on 0.1, 0.2, 0.3..... to 1. Pls help any idea? or url pls Regards, M.Mathivanan
This[^] CP Archive item may help. But your question is somewhat ambiguous. You want an actual value changed? Or you want the figures shown to change? Unclear, please post the code you have so far.
------------------------------------ I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave CCC Link[^] Trolls[^]
-
Hi, I am Using Slider control. I want Small changes value set in floating point. It is possible? I have move to slider control on 0.1, 0.2, 0.3..... to 1. Pls help any idea? or url pls Regards, M.Mathivanan
-
Hi, I am Using Slider control. I want Small changes value set in floating point. It is possible? I have move to slider control on 0.1, 0.2, 0.3..... to 1. Pls help any idea? or url pls Regards, M.Mathivanan
Or is your problem number management, the slider only deals with integers (I have not checked). If so the multiply the 0.1 by 10 between your data and the slider control.
Never underestimate the power of human stupidity RAH
-
Or is your problem number management, the slider only deals with integers (I have not checked). If so the multiply the 0.1 by 10 between your data and the slider control.
Never underestimate the power of human stupidity RAH
-
Mycroft Holmes wrote:
the slider only deals with integers (I have not checked)
I did check, and it supports changing by
double
.I must get a clever new signature for 2011.
Yeah it did sound a lot simplistic but I'be heard of sillier issues.
Never underestimate the power of human stupidity RAH