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