|
-
March 23rd, 2003, 03:46 PM
#1
Buttons????
ok I have a program that needs to perform actions repeatedly but only WHILE the user has the Button held down the only way i figure I can do that since regular buttons don't have a pressed propery is to create a thread and point it to a constant while loop and start the thread in the mousedown event handler of the button and stop the thread in the mouseup event handler. but what I want to know is: Is there a better way???
Please help
Phire
-
March 25th, 2003, 12:38 PM
#2
well the thread idea works pretty well so I think I got 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
|