N Nikolay Petrov Jun 19, 2005 #1 Can I start a method in separate thread, and make this method to wait for a specific event to fire?
C Chad Z. Hower aka Kudzu Jun 19, 2005 #2 Nikolay Petrov said: Can I start a method in separate thread, and make this method to wait for a specific event to fire? Click to expand... Yes of course. There are several interthread classes that allow this. Take a look in the SDK under threading and you should see many examples of this. -- Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/ "Programming is an art form that fights back" Empower ASP.NET with IntraWeb http://www.atozed.com/IntraWeb/
Nikolay Petrov said: Can I start a method in separate thread, and make this method to wait for a specific event to fire? Click to expand... Yes of course. There are several interthread classes that allow this. Take a look in the SDK under threading and you should see many examples of this. -- Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/ "Programming is an art form that fights back" Empower ASP.NET with IntraWeb http://www.atozed.com/IntraWeb/