On Feb 27, 2006, at 11:10 PM, Phil M wrote:
Instead, I have used Threads in place of timers for situations like
you describe. At the time just did a brute force Do...Loop until
it reached the target time (in Microseconds), but now I would try
to revise that the code take advantage of the newer Thread.Sleep()
method. At some point, I would like to create a Thread-based Timer
class which will run in cases that a Timer will not.
Thanks... but is it safe to use a thread to update
Listbox.ScrollPostionX and will the screen be updated during the drag?
- Karen
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|