|
-
Jul 18th, 2005, 01:54 PM
#1
Thread Starter
New Member
updown control fun!!!
Anyone know how to make an updown control speed up (the values of a buddy control) the longer it is held down? Does it require a special control to do this or can the code be developed?
Thanks!
-
Jul 18th, 2005, 02:34 PM
#2
Re: updown control fun!!!
You could use a timer to change the increment property. Make the timer start when the updown is pressed (mouse down) then if the timer reaches a certian number (length of time) then increase the increment property. Then on mouse up set the increment back to 1 or whatever value you want.
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
|