Forum: VB.NET |
Thema:
Re: How to know that a thread has finshed. |
Von:
G. Guest (
16.04.2006 20:40) |
Daer Christian,
Thank you very much for your answer.
MY first problem solved. After I changed the HANDLER I got the message.
The solution is out of my intellectual range (newbie), that means I don't understand why it works but it works. Thanks.
My second problem is the result of fixing the first problem. As you wrote I got the message many times. Depending of the line where I implemented the code line
"RaiseEvent ThreadComplete(AL_MediaFileAndPath)" I got the message more or less often. But never once. I thing that is the result of the recursive call.
Do you have an idea how I get the Message "Thread has finished." only once ?
Or how can I know that the Thread has finished finaly ?
mfg Theo
Betreff |
Von |
Datum |
|
  |
Re: How to know that a thread has finshed.
Hi Theo,<br><br>i would prefer a class like this you have a progress and you have a complete event and you can cancel the operation.<br>i did not test the cancel method ;)<br><br>hope it works for you... |
 |
 |
 |
|
|
Christian
Hehtke
|
16.04.2006 23:36 |
|
  |
Re: How to know that a thread has finshed.
Dear Christian,<br>Thank your very much for your effort to help me.<br><br>I have made another Project to test your code. It seems, your code is working fine.<br><br>In course of the next week I'm going to try... |
 |
 |
 |
|
|
Theo
Driemann
|
17.04.2006 00:54 |
|
  |
Re: How to know that a thread has finshed.
Dear Christian,<br><br>It is hard for me to follow the code you wrote, but it still works and I think it is even faster than my one. I added some lines, to catch errors when the program tries to access... |
 |
 |
 |
|
|
Theo
Driemann
|
17.04.2006 18:39 |
|
|
G.
Guest
|
18.04.2006 08:56 |
|
  |
Re: How to know that a thread has finshed.
Dear Christian,<br>Maybe you have time to answer the my last 2 question.<br><br>First, the stop method wasn't working, until I declared Dim fs As New clsSearchFiles.FileSearcher(_StartupDir, New... |
 |
 |
 |
|
|
G.
Guest
|
20.04.2006 20:55 |
|
  |
Re: How to know that a thread has finshed.
Dear Christian,<br>Maybe you have time to answer the my last 2 question.<br><br>First, the stop method wasn't working, until I declared Dim fs As New clsSearchFiles.FileSearcher(_StartupDir, New String()... |
 |
 |
 |
|
|
Theo
Driemann
|
20.04.2006 21:28 |
|
|
G.
Guest
|
21.04.2006 09:16 |
|
  |
Re: How to know that a thread has finshed.
hi, <br><br>i think you should read a book about object orientation.<br><br>if fixed the code and dropped the class you build because i did not see any sense in it sorry. <br><br>this is a short example... i let... |
 |
 |
 |
|
|
Christian
Hehtke
|
22.04.2006 12:07 |
|
  |
Re: How to know that a thread has finshed.
Dear Christian.<br><br>Thanks a lot. Know I can use your code complete.<br><br>Your are right I have to read a book. But you remember, at the beginning of our dialog I mentoined that I am a newbie. <br><br>I'm in... |
 |
 |
 |
|
|
Theo
Driemann
|
22.04.2006 17:59 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!