hi
I have two threads. Thread A is main thread in charge of UI (NotifyIcon and form), while thread B is doign some lenght operations. Now, when thread B is done I want thread A to look at the resaults. How can I accoplish that without loop or timer inside thread A? I want something like event raisd in thread A from thread B
tnx & sorry for bad english
AlienX