|
-
Aug 12th, 2012, 03:58 AM
#1
Thread Starter
Member
[RESOLVED] multithreading function question
Hi
Can somebody give me some help please 
my problem:
mainform:
I'm looping a function Xtimes
Function
In the function i'm starting a new thread
Dim newThread As New System.Threading.Thread(AddressOf AMethod)
in the sub() i'm adding a picturebox to the mainform.
=> so the code ads for example 5 pictureboxes and starts 5 threads ... How can I stop all the threads?
Is this the the correct way of programming????
thnx
Tags for this Thread
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
|