Guest learn Posted September 5, 2002 Posted September 5, 2002 Hi, In a thread, I let a picturebox moving from left to right in the form, fine. Now how to re-start the thread to let the picturebox moving from left again? Quote
*Gurus* Derek Stone Posted September 5, 2002 *Gurus* Posted September 5, 2002 You don't need to restart the thread. The code should be able to accommodate for this by itself. However, if you insist on doing it that way, call .Abort() and reinstantiate the thread object. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.