Click to See Complete Forum and Search --> : Can we set floating point value to Spin control?
abkareem
May 20th, 1999, 11:42 AM
Dear all,
Can we set floating point value to spin control?. I want to increase the spin control value with 0.5. is it possible?..
Regards,
Kareem
Wayne Fuller
May 20th, 1999, 01:27 PM
No not directly to the spin control, but just interpret the number yourself. So if the spin control range is 0 - 100, would result in a range of 0 - 50 for your control. So when a user clicks on the spin control and it is a 53. Then your control would interpret that as 26.5.
Wayne
Gomez Addams
May 20th, 1999, 06:09 PM
Have a look at this article :
http://www.codeguru.com/editctrl/NumericSpin.shtml
Saeed R
May 20th, 1999, 09:26 PM
Yes it is .
I read somewhere on codeguru an article(a submitted one) with sample code on how to do it.
Go back and look for it.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.