Run a form in another thread
Posted
by Smith
on Stack Overflow
See other posts from Stack Overflow
or by Smith
Published on 2010-06-17T02:14:44Z
Indexed on
2010/06/17
2:22 UTC
Read the original article
Hit count: 250
i have five forms in my c# project. one host an httplistener that i want to run continionsly. when the listener gets a message, it passes it to a static class, which in turn calls the appropriate forms for another processing.
is it possible that the static class calls the new form in a new thread? if so please help me out
© Stack Overflow or respective owner