|
-
May 20th, 1999, 11:42 AM
#1
Can we set floating point value to Spin control?
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
-
May 20th, 1999, 01:27 PM
#2
Re: Can we set floating point value to Spin control?
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
-
May 20th, 1999, 06:09 PM
#3
Re: Can we set floating point value to Spin control?
-
May 20th, 1999, 09:26 PM
#4
Re: Can we set floating point value to Spin control?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|